- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 12 Feb 2008 18:44:46 +0000
- To: www-ws-desc@w3.org
- CC:
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@w3.org
ReportedBy: ryman@ca.ibm.com
QAContact: www-ws-desc@w3.org
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.
Received on Tuesday, 12 February 2008 18:44:51 UTC