Re: [xsl] Counting elements with count() and position()

Subject: Re: [xsl] Counting elements with count() and position()
From: roman.musil@xxxxxxxxx
Date: Thu, 10 Jul 2003 15:57:28 +0200
Hi Jeni, Hi David

thank you both for correcting me and sorry for the worng answer

best regards
Roman 
> 
> from: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
> date: 2003/07/10 Thu PM 03:38:12 CEST
> to: roman.musil@xxxxxxxxx
> cc: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> subject: Re: [xsl] Counting elements with count() and position()
> 
> Hi Roman,
> 
> > your XSL File isn't well-formed, because you can't us '<','>' inside
> > your Styhlesheets, instead use '&lt;' for '<' and '&gt;' for '>'
> >
> > so correct your xsl:when like this
> >
> >  <xsl:when test="$addresscount &gt; 1">urls:</xsl:when>
> 
> Actually, it's perfectly legal to use an unescaped > wherever you want
> in XML (aside from after ]] in element content). Using > within an
> attribute value is always OK. You're correct that < must always be
> escaped, as must &, wherever they occur. ' must be escaped in
> attribute values delimited by ' and similarly " must be escaped in
> attribute values delimited by ", but there's no need to escape them
> otherwise.
> 
> Of course, to be on the safe side, you can escape all these special
> characters wherever you find them, but the situations where an
> unescaped > will cause a problem are few and far between.
> 
> Cheers,
> 
> Jeni
> 
> ---
> Jeni Tennison
> http://www.jenitennison.com/
> 
> 
> 
> from: David Carlisle <davidc@xxxxxxxxx>
> date: 2003/07/10 Thu PM 03:26:48 CEST
> to: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> subject: Re: [xsl] Counting elements with count() and position()
> 
> 
> > your XSL File isn't well-formed,
> 
> yes, it is.
> 
> > because you can't us '<','>' inside your Styhlesheets, instead use
> > '&lt;' for '<' and '&gt;' for '>' 
> 
> You can use >.
> 
> David
> 



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread