ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-xml
perl-xml
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved