Pls Snd Hulp
I willingly wrote an #XSLT (.xsl) file to parse an Oracle 11i #XML log file.
I had to normalize the XML log file first:
- Prepend opening root node
- Append closing root node
- Substitute ' (apostrophe) in place of '
The XSLT select="..." statements are making more sense.
Today added compound requirements and working with ancestor::* nodes.