[Bug 5474] Syntax Error in zml2latex.xsl

[email protected] Tue, 12 Feb 2008 18:44:46 +0000
Newsgroups gmane.comp.web.services.description
Message-ID <[email protected]>
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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


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.