Roadmap to high performance XML

Note: this entry has moved.

I'll keep the updated list of posts relating to performance in XML manipulation here.

Check out the whole "High-performance XML" series:

1 Comment

  • Hi Daniel,

    Could you please recommend what is the best performant approach to embed a big file (say base64 image) to xml during xsl transform ?



    I have an xslt template that fills some xml metadata along with image. I was considering 2 approaches:



    1) Read image file to Xml, and XSLT will just copy it to result.



    2) Use some kind of extension object that XSLT would invoke.And this object would just read and write the image file to the result.



    Second approach seems to be faster,but less convenient for exceptions handling.



    Could you advise on these theme please ?



    Thank you



Comments have been disabled for this content.