This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5474 - Syntax Error in zml2latex.xsl
Summary: Syntax Error in zml2latex.xsl
Status: NEW
Alias: None
Product: WSDL
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.0
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact: WSDL Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-12 18:44 UTC by Arthur Ryman
Modified: 2008-02-12 18:44 UTC (History)
0 users

See Also:


Attachments

Description Arthur Ryman 2008-02-12 18:44:46 UTC
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.