RE: [xsl] CDATA Handling

Subject: RE: [xsl] CDATA Handling
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Tue, 06 Jan 2009 16:14:40 +0530
At 03:49 PM 1/6/2009, Michael Kay wrote:
I guess the definition of professionalism is that if you're a professional,
you advise the client when he gets the requirements wrong, and if you're
not, you build whatever rubbish he asks for.
Basically client wants xml from HTML input and we provide them xml along with image files. He asks us to embed the images inside the xml instead of sending the images files separately and they prefer to use base 64 representation for the same. We have a generalize xml application where we put image as <img.embed>base 64 representation of the image</img.embed> in the form of tag. Now we need to transform this tag (img.embed) into <![CDATA[base 64 representation of the image]]>. They have their own application where they use php to generate the image once again.

Thanks
...JSR


Current Thread