So I have the following code: <redirect:write select=\"concat(\'..\\\\folder\\\\,string(filename),\'.xml\')\">
After a lot of spent time trying to get my article to compile in Ant with Docbook, I can\'t seem to make FO compilation work. I\'m using Xalan 2.7.0, and everything else (both single-page and chunked
I transform XML to (sort of) HTML with XSL stylesheets (using Apache Xalan). In XML there can be entities like —, which must be left as is. In beginning of XML file I have a doctype which re
I am working with an open source version of the Saxon XSLT processor \"Saxon 9.0.0.2J from Saxonica\" and am trying to make use of the java extensibility for the first time.I am running
With the following code: private Document transformDoc(Source source) throws TransformerException, IOException {
In the following code: private Document transformDoc(Source source) throws TransformerException, IOException {
I get a huge XML file containing a list of TV broadcasts. And I have to split it up into small files containing all broadcasts for one day only. I managed to to that but have two problems with the xml
I need to write a java application that does a keyword search within the tags and the actual data from many xml files. From my research online I get the feeling i have to use xalan, but I can\'t figur
I am using Xalan and Java for extending a stylesheet. (Similar example to what I am doing the开发者_开发百科re : Dictionary example)
I would like to transform any http/s based url inside random text to be automatically tagged with xsl-fo , where the random text might contains one or more http/s based url.