You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by David W Clark <dw...@pacbell.net> on 2000/11/11 20:28:41 UTC

Xalan-J 2 bug

I was attempting to transform the attached "select.xml" doc using the 
attached "select.xsl" doc.  The old xalan seems to handle the transformation 
as expected, but the new Xalan outputs xml that is not well formed (it is 
missing the required </option> tags).  If in the select.xml file you replace 
the <option> tags with anything else it works as expected.  If this helps, 
this is my system setup:

Sun JDK 1.2
RedHat Linux 6.2
Using the sample "SimpleTransform" to perform the transforms


David Clark