[xsl] automate xsl

Subject: [xsl] automate xsl
From: j milo taylor <milo@xxxxxxxxxx>
Date: Mon, 03 Aug 2009 12:50:06 +0100
Thankyou for your reply.


To clarify, by 'xml changed' i mean:


1)a dir of xml files (an archive of sound art, running off MySQL)

(xml is produced by a mysql query).


2)lets say an artist 'A' produces a new work 'y'.


(i.e. work 'y' added (though in other situations may also be deleted, or edited) to artist-A.xml file

i need to find a way for this updated xml to be recognised, and if such a change has happened - apply the stylesheet

which outputs an x3d scene.



3)so im looking for something that checks if 'artist-A.*xml*' modified' then apply xslt z producing 'artist-A.*x3d*'



Am i thinking about this the right way?


Any help whatsoever would be so welcomed



Best regards,


Milo



///////

Has anyone any recommendations on how i might achieve the following:

something like:

1)check directory for changed xml files

2) if changed/new xml

3) apply xslt

Current Thread