[Bug 5474] Syntax Error in zml2latex.xsl

View: New views
1 Messages — Rating Filter:   Alert me  

[Bug 5474] Syntax Error in zml2latex.xsl

by Bugzilla from bugzilla@wiggum.w3.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


http://www.w3.org/Bugs/Public/show_bug.cgi?id=5474

           Summary: Syntax Error in zml2latex.xsl
           Product: WSDL
           Version: 2.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: plh@...
        ReportedBy: ryman@...
         QAContact: www-ws-desc@...


There is a space between the namespace prefix and the element name (z: pinj) in
the following template which causes an error in xalan:

        <xsl:template match="z:lambda | z:pfun | z:fun | z: pinj | z:inj |
z:psurj | z:surj | z:bij | z:ffun | z:finj">

The fix is to delete the space.