You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Kock, David de" <dd...@CHELLO.com> on 2005/01/06 14:50:17 UTC

save external images to local filesystem

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>
 
Is this possible in sitemap? or do I need to write a XSLT that writes to
disk.
 
thanks,
David