Subject: RE: Ho to acheiverReverse XML transformation?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 20 Jun 2003 12:08:55 +0100
|
XSLT is a general-purpose programming language, and general-purpose
programs are not reversible. If you write a stylesheet that calculates
the total sales for the year, I can't reverse that to get back the sales
figures for each month.
Michael Kay
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Kalyan Ghosh
> Sent: 20 June 2003 07:57
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Ho to acheiverReverse XML transformation?
>
>
> Hello everyone,
>
> Suppose I have three XML files, I merged all the three to get
> one single XML. Next I applied a XSL to get a resultant XML.
> Now if in this XML that we got as a result of the
> transformation some node value gets changed, how do I update
> the parent XML with the changed data?
>
> Thanks,
> Kalyan Ghosh.
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|