This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: MSXML and IIS transformations



> From: Bruce Morrison
> Basically loading the xml into DOM 1
> Loading docbook.xsl into DOM 2
> and then (attempting) to spit out the transform using
DOM1.transformNode(DOM2)

If you're using the HTML stylesheets, the output is not XML so you can't
transform to a DOM.
Use DOM1.transformNodeToObject(Response) instead.
--
Rob Smith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]