Subject: RE: RE: 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 |
- RE: Numbered Elements, (continued)
- Jack Cane - Sat, 3 May 2003 12:01:04 -0400 (EDT)
- cknell - Sat, 3 May 2003 20:12:58 -0400 (EDT)
- Jack Cane - Sat, 3 May 2003 21:22:00 -0400 (EDT)
- Jack Cane - Sat, 3 May 2003 23:56:08 -0400 (EDT)
- cknell - Sun, 4 May 2003 09:25:11 -0400 (EDT) <=
- Jack Cane - Sun, 4 May 2003 15:56:47 -0400 (EDT)
- cknell - Sun, 4 May 2003 22:27:00 -0400 (EDT)
- Jack Cane - Sun, 4 May 2003 22:54:13 -0400 (EDT)
- cknell - Mon, 5 May 2003 09:31:32 -0400 (EDT)
|
|