xalan
Xalan redirect:write , use either of two element values to create name of new .xml file depending on null values
So I have the following code: <redirect:write select=\"concat(\'..\\\\folder\\\\,string(filename),\'.xml\')\">[详细]
2023-01-01 08:16 分类:问答Docbook+Ant: Could not find variable with the name of fop.extensions
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[详细]
2022-12-29 19:22 分类:问答Leave entity intact in XML + XSLT
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[详细]
2022-12-28 06:02 分类:问答Cannot access updated Java object from Saxon XSLT processor
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[详细]
2022-12-27 06:04 分类:问答AbstractMethodError on org.apache.xalan.processor.TransformerFactoryImpl
With the following code: private Document transformDoc(Source source) throws TransformerException, IOException {[详细]
2022-12-24 21:54 分类:问答java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
In the following code: private Document transformDoc(Source source) throws TransformerException, IOException {[详细]
2022-12-24 15:11 分类:问答A way to split a huge XML file into smaller xml files with XSL
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[详细]
2022-12-23 01:49 分类:问答Search XML files with xalan in Java
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[详细]
2022-12-16 09:47 分类:问答XSLT / Xalan : calling apply-templates from within a Java extension
I am using Xalan and Java for extending a stylesheet. (Similar example to what I am doing the开发者_开发百科re : Dictionary example)[详细]
2022-12-13 19:56 分类:问答how to create hyperlinks when transforming xml to xsl-fo using xlst?
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.[详细]
2022-12-13 19:09 分类:问答