xsl-list
[Top] [All Lists]

[xsl] Exclude Doctype for output HTML

2007-11-05 12:17:01
I need to exclude the doctype decleration from the output for HTML.
There is a base template which sets the output type to HTML and
includes a doctype decleration there, but in the child template I need
to override and exclude the doctype output.  Is this possible.

Platform:  .NET 2.0 XSLT 1.0

The problem:  For an Ajax request, I need to return the <option>
elements for my selector element.  IE does not care to well for the
additional doctype decleration in the selector element.  So I'm
getting:
doctype + <options>...</option><option>...</option>

Thanks,

Karl..

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>