RE: DOCBOOK-APPS: MSXML and IIS transformations

From
Rob Smith <>
Date
2002-01-29T17:28:25+00:00
ID
002701c1a8e9$f3232e60$
Thread
RE: DOCBOOK-APPS: 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