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.