You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/10/09 19:03:41 UTC

DO NOT REPLY [Bug 4050] New: - xsltc failing identity transform in copy17

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4050>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4050

xsltc failing identity transform in copy17

           Summary: xsltc failing identity transform in copy17
           Product: XalanJ2
           Version: 2.0.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: tom.amiro@sun.com


Running xalan on copy17
<?xml version="1.0" encoding="UTF-8"?>
<out><OL>
  <LI>item1</LI>
  <LI attrib="2">item2</LI>
  <LI>item3</LI>
  <OL>
    <LI>subitem1</LI>
    <LI attrib="2">subitem2</LI>
    <!-- Now go deeper -->
    <OL>
      <LI>subitem3</LI>
    </OL>
  </OL>
  <?a-pi some data?>
</OL></out>


Running XSLTC with Xerces Parser on copy17

Translet Error: attribute 'attrib' outside of element