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.
 
URL LANGUAGE SIZE(Bytes)
Readme US English 2673
 
Download package
What is DD?
DOWNLOAD RELEASE DATE LANGUAGE SIZE(Bytes) Download Options
PQ74608 6/10/2003 UK English 2514459 FTP DD
 
Technical support
1-800-IBM-SERV (US calls only)
 
Problems (APARs) fixed
PQ74608
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > General
Operating system(s): HP-UX
Software version: 4.0.5
Software edition:
Reference #: 4004864
IBM Group: Software Group
Modified date: Jun 11, 2003