Parsing and processing documents with multiple namespaces using Mobile Delphi



I wish to parse/manipulate documents which contain multiple namespaces using Delphi on Android/iOS. So far I found that:



  1. Bindings do not support namespaces what-so-ever.

  2. While findNode from IXMLDocuemnt allows for the retrieval/writing of elements using namespaces, it gets messy when the namespaces are unknown.

  3. Transforming XML on Mobile does not work since Android doesn't support MSXML.


If you have any solutions/ideas/suggestions as to what methods work (or might work) please let me know. What parsers/libraries do you use for XML manipulation in Delphi?


Regards


No comments:

Post a Comment