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
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--