Subject: Re: multiple XML tags -> single output
From: "Kevin McCarthy" <Kevin@xxxxxxxxxxxx>
Date: Wed, 27 Dec 2000 16:41:30 -0800
|
Try
<xsl:value-of select="."/><xsl:value-of select="//issue/@num"/><xsl:value-of
select="//issue/@date" />
The two "//" in the xpath select indicate that they are top-level elements.
-Kevin
>This doesn't work for me either...
>
>I think I must be missing something, if two answers have been given and
neither
>of them work for me. Maybe I don't have the right tools. I'm using
XML::XSLT
>under Linux, with Perl 5.005; could this feature be unsupported by that
module?
>
>Zack
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: multiple XML tags -> single output, (continued)
- Kevin McCarthy - Wed, 27 Dec 2000 15:26:43 -0800
- zbrown - Wed, 27 Dec 2000 15:58:11 -0800
- Mike Brown - Wed, 27 Dec 2000 17:06:23 -0700 (MST)
- zbrown - Wed, 27 Dec 2000 16:19:09 -0800
- Kevin McCarthy - Wed, 27 Dec 2000 16:41:30 -0800 <=
- zbrown - Wed, 27 Dec 2000 17:37:25 -0800
- Mike Brown - Wed, 27 Dec 2000 21:05:29 -0700 (MST)
- zbrown - Wed, 27 Dec 2000 21:30:01 -0800
- Jiri Jirat - Thu, 28 Dec 2000 08:45:56 +0100
|
|