xsl-list
[Top] [All Lists]

Re: [xsl] conditional based html formated output - reg

2010-04-02 09:08:21
On 02/04/2010 11:31, Ramesh Kumar wrote:
                <xsl:if test="not(contains($RowKeyList, concat(rowkey, ',')))">
                        </tr>
                </xsl:if>


an XSLT file is an XML file the above is not well formed XML so will be rejected by the XML parser and never passed to the XSLT engine.

David


--~------------------------------------------------------------------
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>
--~--