PQ74608, 4.0.3: XALAN processor package produces
non-well formed XML
Downloadable files
Abstract
WebSphere Application Server 4.0.3 processor package
produces non-well formed XML
Download Description
Testcase included CopyXML.xsl as both the xml input and the stylesheet
for translation.
This produced non-well formed XML:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="1.0" ="">
<xsl:template match="/">
<xsl:copy-of select="."/>
</xsl:template>
</xsl:stylesheet>
The desired output was:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="1.0"
xsi:schemaLocation="http://www.w3.org/1999/XSL/Transform.xsd">
<xsl:template match="/">
<xsl:copy-of select="."/>
</xsl:template>
</xsl:stylesheet>
Prerequisites
WebSphere Application Server 4.0.3/4.0.4/4.0.5/4.0.6
Installation instructions
Please view the Readme file for detailed instructions.