OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with InputSource



That looks like an issue in the Xerces C code;
likely a Xerces mailing list would be a better
place to find out what's up.

----- Original Message -----
From: "Zehavi, Gil" <Gil_Zehavi@icomverse.com>
To: <xml-dev@lists.xml.org>
Sent: Wednesday, August 08, 2001 7:56 AM
Subject: Problem with InputSource


> Hi,
> A member in my group encountered the following problem. She is working with
> Xerces-c 1.4.
>
> 1. When trying to perform XML parsing via an InputSource Object (not from a
> file but via an input stream) we do the following:
>
> string xml("<XML><TAG>text</TAG></XML>");
> MemBufInputSource source((const unsigned
> char*)xml.c_str(),xml.size(),"",true);
>
> and get an exception of 'access violation'.
> We tried to copy the string to an unsigned char array and perform the
> operation, but it didn't help either. Can anyone help?
>
> Thanks,
> Gil
>
>
>
> ------------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an initiative of OASIS
<http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To unsubscribe from this elist send a message with the single word
> "unsubscribe" in the body to: xml-dev-request@lists.xml.org
>