Hi,
I'm trying to store
the image in this simple XML to my local filesystem :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE image SYSTEM "..\dtd\image.dtd">
<image>
<name>test</name>
<url>http://cocoon.apache.org/images/cocoon-logo.gif</url>
</image>
<!DOCTYPE image SYSTEM "..\dtd\image.dtd">
<image>
<name>test</name>
<url>http://cocoon.apache.org/images/cocoon-logo.gif</url>
</image>
Is this possible in
sitemap? or do I need to write a XSLT that writes to disk.
thanks,
David
