Skip to content
Advertisement

Tag: sax

How to pars inner XML Tags with SAX

I am trying to read data from an XML file by using SAX. But i cant figure out how to handle the inner <Path> Tag… How to do pars the inner path element? This is my XML file. Here the neccessary java code snippets. I dont feel like adding the following code is the right approach at all … I

How to set Saxon as the Xslt processor in Java?

This is a simple question, but one I cannot find the answer to. I have an XSLT 2.0 stylesheet that I’m trying to process in Java. It relies on XSL elements from Saxon. My current class works fine with simple XSLT 1.0, but I’m getting errors about unrecognized elements with my 2.0 XSLT built with Saxon. I cannot figure out

Advertisement