On Tue, Sep 26, 2017 at 9:09 AM, Juha Manninen via Lazarus <[email protected]> wrote: > On Tue, Sep 26, 2017 at 12:11 AM, Marcos Douglas B. Santos via Lazarus > <[email protected]> wrote: >> Yeah, but DOM uses DOMString, which is WideString. >> Lazarus uses UTF8 and have a laz2_DOM that uses "string", which is >> UTF8, but I cannot use this unit with XPath unit, which needs a >> TXMLDocument that works with WideString... see my point? > > That is a problem. I guess you can use the units with Lazarus but it > results to many conversions between encodings. > It should be solved somehow.
So we can say that Lazarus code do not use XPath to work with XML, right? Marcos Douglas -- _______________________________________________ Lazarus mailing list [email protected] https://lists.lazarus-ide.org/listinfo/lazarus
