[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: xsl:attribute vs "expected comment or PI"?

Subject: Re: xsl:attribute vs "expected comment or PI"?
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Sun, 22 Jan 2006 15:35:38 +0000
Re:  xsl:attribute vs "expected comment or PI"?
On 1/22/06, Eric Scheid <eric.scheid@xxxxxxxxxxxxxxx> wrote:
> I'm baffled. Why is this not working? The error I'm getting is "expected
> comment or processing instruction". The problem is somewhere within the
> second xsl:attribute ... if I take it out, no error. I've tried switching
> the two xsl:attributes around, I've tried jamming it all onto one line,
I've
> tried taking the other xsl:attribute out ... no luck.
>
> <xsl:template match="fmp:FMPXMLRESULT">
> <ul>
> <xsl:for-each select="fmp:RESULTSET/fmp:ROW">
>  <li>
>   <a>
>    <xsl:attribute name="href">authors-<xsl:value-of
> select="fmp:COL[1]/fmp:DATA[1]"/>.html</xsl:attribute>
>    <xsl:attribute name="title">
>     <xsl:value-of select="fmp:COL[2]/fmp:DATA[1]"/> author
>     <xsl:if test="fmp:COL[2]/fmp:DATA[1]!='1'">s</xsl:if>,
>     <xsl:value-of select="fmp:COL[3]/fmp:DATA[1]"/> article
>     <xsl:if test="fmp:COL[3]/fmp:DATA[1]!='1'">s</xsl:if>
>    </xsl:attribute>
>    <xsl:value-of select="fmp:COL[2]/fmp:DATA[1]"/></a></li>
> </xsl:for-each>
> </ul>
> </xsl:template>

There's nothing that should cause an error with the code you've
posted, maybe try and separate it out into a small complete stylesheet
and post that (along with details about the processor you are using)

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.