Lincoln Mitchell wrote:
I heard that this xsl doesn't convert wordml images, is that true.
If so do you know a way around this?
In WordML images are embedded into documemt (Base64 encoded). So when
producing HTML, images have to be decoded and serialized out as external
files to link from the generated HTML. This cannot be done in pure XSLT
1.0. But it's piece of cake using extensions, e.g. take a look at my
sample implementation for .NET:
http://www.tkachenko.com/blog/archives/000195.html
--
Oleg Tkachenko
http://blog.tkachenko.com
Multiconn Technologies, Israel