[thelist] xsl-Expected token 'eof'

Peter Abramowicz pabramow at web.net
Tue Jan 14 15:27:01 CST 2003


Thanks Seb, that worked like a charm.

PeterA.

> The @ character needs to be preceeded by a / to denote that the id is an
> attribute of the message, so:
>
> >      <xsl:value-of select="message at id"/>
>
> becomes:
>
> <xsl:value-of select="message/@id" />
>
> You'll need to change this for every time you're trying to use an
attribute
> in your XSL document.
>
> - seb
>
> --
> seb can be found loitering at http://poked.org




More information about the thelist mailing list