Hello Javier,

I saw that baseURI property was altered when responseText was parsed instead of directly using responseXML.

This is fixed in r541.

Thank you for your feedbacks!

-Alain

Le 23/04/2012 23:49, Javier Díaz a écrit :
Here is the test case, with r540:

* xml is in: http://localhost/xsltforms/data/uploads.xml (with <?xml-stylesheet href="../xsltforms/xsltforms.xsl" type="text/xsl"?>) * xsl is in: http://localhost/xsltforms/test/xsltforms/xsltforms.xsl which has inside: <xsl:include href="extension.xsl"/> * extension xsl is in: http://localhost/xsltforms/test/xsltforms/extension.xsl * xml loads ok but when trying to load profiler or tracelog it doesn't work. In web server log we can see:

GET /xsltforms/test/data/uploads.xml HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/xsltforms.xsl HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/extension.xsl HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/config.xsl HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/xsltforms.css HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/xsltforms.js HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/magnify.png HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/valid-xforms11.png HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/poweredbyXSLTForms.png HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/F1.png HTTP/1.1" 304 -
*GET /xsltforms/test/data/extension.xsl HTTP/1.1" 404 1284*

With r537 it works ok:

GET /xsltforms/test/data/uploads.xml HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/xsltforms.xsl HTTP/1.1" 304 -
GET /xsltforms/test/xsltforms/extension.xsl HTTP/1.1" 200 6277
GET /xsltforms/test/xsltforms/config.xsl HTTP/1.1" 200 1469
GET /xsltforms/test/xsltforms/xsltforms.css HTTP/1.1" 200 6348
GET /xsltforms/test/xsltforms/xsltforms.js HTTP/1.1" 200 326890
GET /xsltforms/test/xsltforms/magnify.png HTTP/1.1" 200 2643
GET /xsltforms/test/xsltforms/valid-xforms11.png HTTP/1.1" 200 2909
GET /xsltforms/test/xsltforms/poweredbyXSLTForms.png HTTP/1.1" 200 3950
GET /xsltforms/test/xsltforms/F1.png HTTP/1.1" 200 741
*GET /xsltforms/test/xsltforms/extension.xsl HTTP/1.1" 304 -*


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to