silvioprog writes:
Hi guys,
I use the GetElementById in PHP with sucess, but in FPC I not know how use.
(skipped)
GetElementById works by itself, but it requires a DTD to be present *and* it is able to resolve DTDs
only at the filesystem level. Since your sample document contains DTD pointing to http://, it will
be ignored, making your task difficult.
Also the parsing must be done in validating mode (see example 'Validating a document' at
http://wiki.freepascal.org/XML_Tutorial)
Regards,
Sergei
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus