xsl-list
[Top] [All Lists]

Re: Group problem with blank elements

2005-07-01 02:02:19

  As a wierd thought, I think the XML parser I have
  does'nt work properly.


The reported error message seems clear enough (and correct given the
posted code)

  Invalid element within xsl:apply-templates:
Error at xsl:param on line 69 of




select="following-sibling::*[self::statement-message][not(string-length(following-sibling::*[self::statement-message])

 = 0)][1]" mode="nowrap">
<xsl:with-param name="parent" select="."/>
<xsl:param name="dotag" select="1"/>


       ^^^^^^^^ this should be with-param

</xsl:apply-templates>

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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