I would like to port some code, away from MSXML, to Delphi's own. If possible (Sure it's possible, but how complicated to code will be).

I would like to port some code, away from MSXML, to Delphi's own. If possible (Sure it's possible, but how complicated to code will be).

Code I need to port uses XPath, is there any good sane way to find nodes by some way. Need to find node by name for sure and most likely also attribute (value).

IS there feature like this build in that I just missed, or some code that would search for nodes in the DOM.

Just to clarify that I am strictly trying to reduce external dependencies.

If anyone has code for searching nodes from DOM with Delphi's own XML solution, I am all ears, how to do it, or where is code that I could test.

Comments

Post a Comment