[Home] [By Thread] [By Date] [Recent Entries]

Subject: Why can a template rule match on a child of multiple elements but cannot match on multiple children of an element?
From: "Roger L Costello costello@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 19 May 2022 13:22:18 -0000
Hi Folks,

Why can I have a template rule like this:

<xsl:template
match="(sidRunwayTransition|sidCommonRoute|sidEnrouteTransition)/supplemental
Data">

But I cannot have a template rule like this:

<xsl:template
match="sid/(sidRunwayTransition|sidCommonRoute|sidEnrouteTransition)">

/Roger

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member