Subject: Re: converting gif,jpeg,png into wbmp
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Sat, 22 Sep 2001 00:01:41 +0200
|
On Fri, Sep 21 '01 at 22:41, Andreas Putscher wrote:
> I have an XML DTD which allows the use of images in GIF, JPEG and PNG
> format.
> Now I want to translate the original XML document into WML 1.3
> So I have to convert my images into the appropriate format, That means they
> should be resized to a certain width and height and they should be
> converted into wbmp format.
While this can be done useing XSL-T 1.1 features (using document() to
generate multiple output documents) it is definietly out of scope for
xsl-t.
PErhapes you should write a small java wraper, that handles your xsl-t
transformation and the transformation for your images (using something
other than xslt).
--
Goetz Bock IT Consultant
Dipl.-Inf. Univ.
Attachment:
pgp00000.pgp
Description: PGP signature
|