[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Xsl question (embedding an xml in another xml)

Subject: RE: Xsl question (embedding an xml in another xml)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 30 Nov 2004 08:55:27 -0000
embedding xml in another document
> In one xslt file, is it possible to do the following transfomation
> 
> 
> TransfomedOutput (Person.xml)
> ----------------
> <?xml version=3D3D"1.0"?>
> <Person>
> <PersonDetails>
>         <?xml version=3D3D"1.0"?>
>          <Details>
>          <name>aaa</name>
>          <age>36</age>
>          </Details>
> <PersonDetails>
> </Person>
> 

It's possible to use XSLT serialization tricks to generate ill-formed XML,
but is this really what you want to do? No XML parser will accept a document
with an XML declaration in the middle of it, so why do you want to produce
one?

Michael Kay
http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.