[xsl] Displaying Base64Binary as Image

Subject: [xsl] Displaying Base64Binary as Image
From: "Walid koleilat" <wkoleilat@xxxxxxxxxxx>
Date: Wed, 29 Dec 2004 17:10:02 -0500
Hi,

I saved an image in an xml file as a Base64Binary as indicated below:

<ClassDiagrams>
					<ClassDiagram>/9j/6wIORVBTAHic7ZZLq8IwEIX7/39JNy7EheKiLlwJPjYKKj4QFbWC9S0qwv1oMJQEp631crngWZRmmmQmM2dO6jhf/AHO53MQBPV6vVqtuq67XC6V/Xq9djqdfD6PcTgcZvQyn8/dELlczvO8Wq3WbrdLpZLaH/DebDYxFgqFjO7Ywfd9w4iFzXnebjdt5B2/73lZLBblcnk2myVfMh6Pk08ejUbsr5LDiciYMDl6KAVqejwehSWbzcbYn/BOp1NsYL1e736/G8bBYPBq/na7pegUl1zZcQq4XC6GBU7ybLVar5YUi8VULlarFYkSJsCZV5/</ClassDiagram>

</ClassDiagrams>

the schema supporting this file is :

<xsd:sequence>
<xsd:element name="Images" type="xsd:base64Binary" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>



I am trying to display this image using XSLT , I tried several method but it is not working.
I appreciate any help .


regards
thnx

Current Thread