GPF error on oXmlNode:cData
Publicado: Mié May 21, 2008 11:23 pm
Hi,
to parse the xml file I use this code fragment:
oXmlNode := :FindFirst("produkt" )
::oMemo2:Clear()
DO WHILE oXmlNode <> Nil
::oMemo2:Append(oXmlNode:aAttributes["kod_produktu"] + " " +;
oXmlNode:aAttributes["nazov_produktu"] + CRLF)
::oMemo2:Append(oXmlNode:cData)
oXmlNode := :FindNext()
ENDDO
I get a GPF error (see attachment) executing the line
::oMemo2:Append(oXmlNode:cData)
The previous line writes the attributes value to the memo without problem.
Any other attempts to use the oXmlNode:cData property fails too. Is this behaviour a bug?
Xailer version 1.9.3.
Gejza Horvath
Attached files
to parse the xml file I use this code fragment:
oXmlNode := :FindFirst("produkt" )
::oMemo2:Clear()
DO WHILE oXmlNode <> Nil
::oMemo2:Append(oXmlNode:aAttributes["kod_produktu"] + " " +;
oXmlNode:aAttributes["nazov_produktu"] + CRLF)
::oMemo2:Append(oXmlNode:cData)
oXmlNode := :FindNext()
ENDDO
I get a GPF error (see attachment) executing the line
::oMemo2:Append(oXmlNode:cData)
The previous line writes the attributes value to the memo without problem.
Any other attempts to use the oXmlNode:cData property fails too. Is this behaviour a bug?
Xailer version 1.9.3.
Gejza Horvath
Attached files