Re: nest a page in xml
by Kaushik Sampath other posts by this author
Oct 9 2002 1:58AM messages near this date
view in the new Beta List Site
nest a page in xml
|
RE: nest a page in xml
Hi Saritha,
Just put whatever HTML content you have within an XML element, say
"text" and use the XSL element "xsl:copy-of" to display it on the
browser (which naturally should be supporting XML/XSL).
The syntax of "xsl:copy-of" is <xsl:copy-of select="text"/> or any
other element.
xsl:copy-of creates a copy of the current node in the result tree and
create copies of all its descendant nodes as well.
Hope this answers your question.
Regards
Kaushik
Saritha Ivaturi wrote:
> Can we nest a html page in a xml document and display to the user?
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
> _______________________________________________
> Perl-XML mailing list
> Perl-XML@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Saritha Ivaturi
Kaushik Sampath
|