Hi!

Have some problem with trying to pass a xml file as a domdocument from javascript to my c++ code in qt. Is there any way doing this?

The reason is that I need to parse a xml file using xslt using but I find it to time inefficient to first convert the xml document to a string and then send it to qt. Would be much bether if I can just send it directly. Or is there maybe any other approach doing this that would be bether? Also how good is the internal xslt transformation in qt compare to other libraries for example xalan? As I have understand it you have to use an external library to parse xml files with xslt to get a good result viewing webpages that is using this? Many questions I know but have been sitting with this for a while and would really appreciated any help I can get