Subject: Re: Select entire XML doc
From: "Karl Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Thu, 27 Feb 2003 10:09:45 -0700
|
Yes Correct, entire XML document in serialized form. Why do we refer to
this as being in serialized form? That is a new term for me.
Per Brian Martinez's suggestion to xsl:copy-of, I have succesfully
accomplished the task!
Thanks,
Karl
----- Original Message -----
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, February 27, 2003 9:16 AM
Subject: Re: Select entire XML doc
> Karl Stubsjoen wrote:
>
> > How do I select the entire XML document? I need to write this out in a
text
> > area. This didn't work:
> >
> > <xsl:template match="/*">
> > <textarea>
> > <xsl:value-of select="/*"/>
> > </textarea>
> > </xsl:template>
> The whole document is represented by root node, which is accesible as "/".
> But what do you need to be in a textarea? I presume you want the whole xml
in
> serialized form?
> --
> Oleg Tkachenko
> Multiconn Technologies, Israel
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|