I've needed these for a while and didn't find any suitable so here's what I came up with. _XMLDomWrapper.au3 Edit: Updated Version 03.07.2008 (Version 1.0.3.87) Total downloads: Edit: MDI Version 3.2.2006 I have moved most of my code to google code. and dispensed with the dynamic ip service. Download here: _XMLDomWrapper.au3 SVN code is here. <div class='codetop'>CODE</div><div class='codemain' style='height:200px;overflow:auto'> _XMLCreat
I clean up this UDF version a little, and work in progress. But in the meantime as _XMLTransform(...do not work for me correctly so I make it in this way: Func _XML_TransformNode($sXML_FileFullPath, $sXSL_FileFullPath, $sHTML_FileFullPath)
Local $oXslDoc = ObjCreate("Microsoft.XMLDOM")
Local $oXmlDoc = ObjCreate("Microsoft.XMLDOM")
$oXslDoc.Async = False
$oXmlDoc.Async = False
$oXslDoc.Load($sXSL_FileFullPath)
$oXmlDoc.Load($sXML_FileFullPath)
Local $sHTML = $oXmlDoc.transformNode($oXs