| Paradox Convention 2003 | Paradox and XML |
|
transformNode function:
var oSRSC, oXSL OleAuto
endVar
oSRC.open ("Msxml2.DOMDocument.4.0")
oSRC.async = False
oSRC.load (<path to the source document>)
oXSL.open ("Msxml2.DOMDocument.4.0")
oXSL.async = False
oXSL.load (<path to the XSL transform stylesheet>)
oSRC.transformNode (oXSLT)
| © 2003 Frédéric G. MARAND - OSInet | ||