Closed GoogleCodeExporter closed 8 years ago
Hi,
This is the right place for feature requests!
Not sure about adding this as a feature yet as I don't have a massive amount of
time
to work on this project at the moment.
There are other (and possibly better) ways of achieving this though.
* Search and replace on XML file, this is easy to do if you are using the
program via
Apache Ant or as part of a shell script.
* Don't use the xml-stylesheet processing instruction and instead pass the XML
file
through an XSLT processor to get a proper HTML document. This would offer better
cross browser support for the resulting HTML.
If you have a little time to learn it I'd definitely recommend looking into
using
this program as part of Apache Ant. This would make it very easy to automate
generation of the directory listing xml, then pass through an XSLT processor
and save
out a HTML document at the other end.
http://ant.apache.org/
Thanks,
Matt
Original comment by monsieur...@gmail.com
on 19 Mar 2009 at 1:53
Hi,
thanks a lot for the advice. I will definitely look into this as soon as I've
finished writing my exams.
I'm using your tool to keep informed of what I've saved on my external HDD: XML
is
automatically saved to my webspace and as of now it's being transformed to a
relational DB and presented as HTML by PHP. I just figured it would be easier to
transform XML directly via XSLT.
Original comment by kaimain...@gmail.com
on 19 Mar 2009 at 3:34
Original comment by monsieur...@gmail.com
on 8 Oct 2009 at 3:07
Original issue reported on code.google.com by
kaimain...@gmail.com
on 7 Mar 2009 at 7:21