XML as it stands cannot store binary data, so that binary data must be being converted into a string to be stored in your XML.
You will therefore have to convert it back to binary format when you are trying to insert it into the database.
As XSLT cannot by itself insert things into databases you must be using some other technology, which will probably be the part that does that conversion.
/- Sam Judson : Wrox Technical Editor -/
|