well
I've figured it out already, really easy...
I've
created a simple pipline that dynamically builds a page with the image (image is
on an external server)
From
command line I call: wget -H -r -l1 -nd -nH -R html http://localhost:8888/image/index.html
Hopefully somebody else can use it.....
cheers, David
-----Original Message-----
From: Kock, David de [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 06, 2005 2:50 PM
To: '[email protected]'
Subject: save external images to local filesystemHi,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
