F
Fuy
Hi, i read the page of Xerces C++ and try the samples (DOMCount). But i
don´t understand the next, this sample (DOMCount) print the file xml:
<?xml version="1.0" encoding="UTF-8"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Recordatorio</heading>
<body>Es el mensajito</body>
</note>
I have the string in the tags (in this case, the string in the
elements) for example:
<to>Tove</to>
this
Tove
not find in the api who method use for this.
Thank
ok
ATTE
Fuy
don´t understand the next, this sample (DOMCount) print the file xml:
<?xml version="1.0" encoding="UTF-8"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Recordatorio</heading>
<body>Es el mensajito</body>
</note>
I have the string in the tags (in this case, the string in the
elements) for example:
<to>Tove</to>
this
Tove
not find in the api who method use for this.
Thank
ok
ATTE
Fuy