I wish to parse/manipulate documents which contain multiple namespaces using Delphi on Android/iOS. So far I found that:
- Bindings do not support namespaces what-so-ever.
- While
findNodefromIXMLDocuemntallows for the retrieval/writing of elements using namespaces, it gets messy when the namespaces are unknown. - 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