Jump to content

xsl:document in msxml 6.0


Recommended Posts

I use the excellent library _xmldomwrapper for xslt transformation but it seems that with msxml 6.0 the document function is standard secured.

http://msdn.microsoft.com/en-us/library/windows/desktop/ms763800(v=vs.85).aspx

I tried to solve this but i didn't succeed . This was my last attempt on modifying the function ;Func _XMLTransform($oXMLDoc="", $Style = "", $szNewDoc = "")

$xslDoc.resolveExternals = True

$xslDoc.async = False

$xslDoc.setProperty ("AllowDocumentFunction",True)

$xslDoc.setProperty ("AllowXsltScript", True)

but it did not help. xsl:document is still not allowed . I attach the _xmldomwrapper.au3 and the xsl file

anybody an idea ?

I tried to do the xslt with other processors (libxslt) and that works, so there is no problem with the xslt

regards

xslt.zip

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...