tree by parsing a document? Are you
looking for pairs, which XML specifies should be
normalized to (I think)?
-Original Message-From: Pablo Yabo
[mailto:[EMAIL PROTECTED]Sent: Wednesday, March 19, 2003 3:35
PMTo: xercesSubject: keep \n
character
Hi,
I'm creating a
Hi,
I'm creating a tree and when I add some text nodes that
contains '\n' characteres the tree doesn't keep them.
How can I keep that characteres in the tree?
Pablo
u set
> split-cdata-sections to false, assuming you can safely do that.
>
> Tony Dodd
>
> >-Original Message-
> >From: Pablo Yabo [mailto:[EMAIL PROTECTED]
> >Sent: 11 March 2003 13:40
> >To: [EMAIL PROTECTED]
> >Subject: Re: CDATA section
CDATA section. Does it actually look the way you
indicated,
> or does it include the opening square bracket ("") as required by the spec?
>
> -Original Message-
> From: Pablo Yabo [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 11, 2003 7:49 AM
> To: [EMAI
explaining what is going on.
>
> Gareth
>
>
> On Tue, 11 Mar 2003, Pablo Yabo wrote:
>
> > but, I send the tree to a MemBufFormatTarget and then I get the text
with
> > getRawBuffer.
> > How can I get the original document here?
> >
> > Pablo
>
2003 5:54 AM
Subject: Re: CDATA section
> Hi,
> when the content is serialized xerces will escape < characters in
> CDATA as this would make the document illegal. It will remove them again
> when you parse.
>
> Gareth
>
>
>
> On Mon, 10 Mar 2003, Pablo Yabo wr
Hi,
How can I add a string
"something" in the data section.
When I add the content the library changes the content as this
">".
Pablo
Hi,
I need to validate a schema and I created a XML file with the
var values, but I don't know how to create new nodes to append. I only want to
create text nodes and append to another.
Thanks!Pablo
Hi,
I'm using xerces 2.1 for C++. I'm using schemas and I'm trying to find the
type of a variable defined in a schema. I saw several classes refering to XPath,
but I didn't find any sample of it.
So, I'm looking for a sample of XPath.
Can anyone help me?
Pablo Yabo