| Convention Paradox 2003 | Paradox et XML |
|
transformNode:
var oSRSC, oXSL OleAuto
endVar
oSRC.open ("Msxml2.DOMDocument.4.0")
oSRC.async = False
oSRC.load (<le document à transformer>)
oXSL.open ("Msxml2.DOMDocument.4.0")
oXSL.async = False
oXSL.load (<la transformation XSLT>)
oSRC.transformNode (oXSLT)
| © 2003 Frédéric G. MARAND - OSInet | ||