in reply to Re: Parsing two XML at the same time and align them
in thread Parsing two XML at the same time and align them
I tested and it works! However, since my XML uses some namespaces it is not possible to parse the file as is but I need to replace them. In header, it has
<... xmlns:oka="ok-fram:xml-extensions" ...>and some elements start with oka i.e. (oka:inputEncoding="US-ASCII")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Parsing two XML at the same time and align them
by haukex (Archbishop) on May 19, 2018 at 17:32 UTC |