Re: Some Issues while testing

Martin Klang <[email protected]> Fri, 18 Jul 2003 09:52:13 +0000 (GMT)
Newsgroups gmane.text.xml.o-xml
Message-ID <[email protected]>
On Thu, 17 Jul 2003, Glen Barnes wrote:

> 5. Reading/Writing files
>
> I really need to just manipulate an xml file on disk by updating the
> lastupdate node and adding a new blog entry. How can I do this? I would
> expect to be able to do something like:

There also seems to be a java extension function to write files :)

<java:write filename="xxx.xml" select="$content"/>

or

<java:write filename="xxx.xml">
content
...
</java:write>


cheers,


/m

Martin Klang
http://www.o-xml.org - the object-oriented XML programming language