I have a very large XML file which I need to transform into another XML file, and I would like to do this with XSLT. I am more interested in optimisation ...
I'm currently looking into using XSLT 2.0, but I cannot find any open-source java implementations (Saxon-B seems to fit the bill, but isn't schema-aware).
Am I missing something?
I am trying to process an XSLT lookup - taking the input XSLT as a String instead of a file after certain modifications. Everything works well if I write the modified ...
i'm transforming a xml file A of xmlns="ans" via xslt 2.0 saxon in java with the javax.xml.Transformer into a xml file B of xmlns="bns".
When the transformation has performed the output ...