Tagged Questions
0
votes
1answer
59 views
How to convert a Java object to String using Saxon
I am facing a problem with Xalon while converting Java object to String, i.e empty open close tags are converted to self closing tags. eg. <span></span> gets converted to </span>.
...
0
votes
1answer
272 views
Looking options for xalan TransformerFactoryImpl
I m using SAX based xml parser, things are working fine but i m getting following warning message in log
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl is Sun proprietary API ...
1
vote
1answer
47 views
Will there be any tree generated in the buffer for <xsl:apply-templates> How can I imagine that?
My input.xml is as follows:
<root>
<Property>
<info>
<Name>A</Name>
<Value>1000</Value>
</info>
...
-4
votes
1answer
902 views
Convert one xml file to another xml file using xsl transformation
This is something related to XSL transformations.
input.xml
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/x/transform.xsl"?>
<!-- input file root ...
0
votes
1answer
37 views
XML parsing function is taking minutes to try to parse a document and then throwing an exception, can it be sped up?
I am unfortunately having to pass Xalan an XML document to try to parse that I can not guarantee is an XML document. In one case, the user has entered in a HTML document instead. This causes ...
1
vote
1answer
382 views
How do you build Xalan-C with Visual Studio 2010?
I can not find proof that it's possible. After 40 hours of driving myself to insanity, I'm left with a situation where I cannot build the Localization project that supposedly builds a header file ...