RE: RE: [xsl] Numbered Elements

Subject: RE: RE: [xsl] Numbered Elements
From: cknell@xxxxxxxxxx
Date: Sun, 04 May 2003 09:24:49 -0500
> -----Original Message-----
> From:     "Jack Cane" <jwcane@xxxxxxxxxxx>
> 

So this is an example of an <xRef> element?
> <xRef>
>   <RefElemID> FirstSum </RefElemID>
> </xRef>

If this is what you mean, please note that the <xRef> element is *not* in the "etd" namespace. If it were, the element name would have the namespace and the local name and the element as it appeared in your XML data document would instead look like this:

<etd:xRef>
  <etd:RefElemID> FirstSum </etd:RefElemID>
</etd:xRef>

When your template looks to match "etd:xRef", but only finds "xRef", there will be no match, and thus, no output.

-- 
Charles Knell
cknell@xxxxxxxxxx - email


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread