Re: [xsl] read/write in the same xml file

Subject: Re: [xsl] read/write in the same xml file
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 09 Jun 2003 19:18:02 -0400
At 05:46 PM 6/9/2003, David wrote:
>  i think i need absolutely the same file,
then XSLT is not your language of choice. You need a language tha allows
updaing of in place XML trees.

I don't see why the OP doesn't simply do (apologies for the archaic shell language):


copy file.xml input.xml
xslt -in input.xml -xsl stylesheet.xsl -out file.xml
del input.xml

though if he's smart he's also going to back himself up....

In any case, nowhere in this thread today has it been explained why the output needs to be the same *file* as the input, as opposed to merely another file with the same *name* as the input file. (Which it would be in any case, no matter how he did it.)

Cheers,
Wendell


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread