'Cause node.nodeValue can't read inside
<tag><![CDATA[<provincia "AG">]]></tag>
for ex:
node.nodevalue = "AG"
<tag><![CDATA[<provincia>"AG"</provincia>]]></tag>
for
<tag><![CDATA[<provincia "AG">]]></tag>
node.nodevalue = "" ..
Perhaps i am in error !..but i tried with many xmlfiles...
I'am using microsoft.xmldom with ASP.
and the xml file is a GRXML file
this (if could be usefull) is a possible xml prolog
<grammar
xml:lang="it-IT"
version="1.0"
mode="voice"
tag-format="Nuance"
root="myapp"
xmlns="http://www.w3.org/2001/06/grammar"...
Hello, i am a newbie
i have a problem.. i am building an editor with and i need to process this CDATA section
<tag><![CDATA[<provincia "AG">]]></tag>
How can i read value??
I can't change the <tag>sintax :(
Neither use the node.nodevalue or node.data
Thank a lot for ur help
Fabrizio
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.