xsl-list
[Top] [All Lists]

Xsl question (embedding an xml in another xml)

2004-11-29 23:24:39

Hi All,

In one xslt file, is it possible to do the following transfomation

Input (Details.xml)
------------------

<?xml version="1.0"?>
<Details>
<name>aaa</name>
<age>26</age>
</Details>

If age 26 add 10 with age

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>

(1) I want to manupulate some elements of Input.xml and then
(2)Include the complete contents of Details.xml into <PersonDetails>
element of Person.xml

I want to do this in one xslt file. Is it possible? Can you give me some
tips to implement the above.

Thaks in advance,
Babu


Confidentiality Notice

The information contained in this electronic message and any attachments to 
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or 
Mailadmin(_at_)wipro(_dot_)com immediately
and destroy all copies of this message and any attachments.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>