RE: [xsl] a problem of mine....

Subject: RE: [xsl] a problem of mine....
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Thu, 20 Dec 2001 10:55:10 +0100
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of dragonjia
> Sent: Thursday, December 20, 2001 10:49 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] a problem of mine....
>
>
> hello everyone:
> i'm a new guy to this heavenly place.
>
> and now I have a problem with XSL, and wished to be helped.
>
> the code is below: I'm so wondering with  XPath Language:  if
> ....  can u give me a help??
> xml:
> <?xml version="1.0" encoding="GB2312"?>
> <!DOCTYPE clone SYSTEM "simple.dtd">
> <?xml:stylesheet type="text/xsl" href="simple.xsl"?>
> <clone>
> <rule>
> <piece title="false" keyword="true">aaa</piece>
> </rule>
> <rule>
> <piece title="false" keyword="true">bbb</piece>
> </rule>
> </clone>
>
> XSL:
>
> <?xsl version="1.0" encoding="GB2312"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";

You aren't using XSLT, so attribute value templates won't work. See the FAQ
on

http://www.netcrucible.com


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


Current Thread