Subject: Re: Problem with <dd> and </dd> in output
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 16 Feb 2001 15:38:11 -0700 (MST)
|
Robert Nicholson wrote:
> Why is the resulting html missing the closing </dd>?
You probably said <xsl:output method="html"/> and since HTML does not
require a closing tag on 'dd' elements, your XSLT processor opted not to
emit one.
- Mike
____________________________________________________________________
Mike J. Brown, software engineer at My XML/XSL resources:
webb.net in Denver, Colorado, USA http://skew.org/xml/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|