Hello,
I have a TDomNode (laz2_dom, but I guess it should be the same for all
implementations).
Is it possible to get a TXMLDocument from it? I tried:
lDoc := TXMLDocument.Create;
try
lDoc.AppendChild(ANode);
but it crashes =(
Is it possible to get the full text of this node? something like:
<svg bla bla><sub item>etc etc etc</subitem></svg>
TextContent doesn't help at all here.
thanks,
--
Felipe Monteiro de Carvalho
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal