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

RE: a problem of mine....

Subject: RE: a problem of mine....
From: "dragonjia" <dragon@xxxxxxxxxxxxxxxx>
Date: Thu, 20 Dec 2001 18:38:26 +0800
RE:  a problem of mine....
So kind of you!!
very thankful!!!! ^O^
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Chris Bayes
Sent: 2001年12月20日 18:18
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  a problem of mine....


Sorry I can't interpret "...." as a valid question. But whatever it is
the answer is no. The namespace xmlns:xsl="http://www.w3.org/TR/WD-xsl"
doesn't use Xpath it uses XSL Pattern Syntax.

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of dragonjia
> Sent: 20 December 2001 09:49
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  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" 
> xmlns="http://www.w3.org/TR/REC-html40" result-ns=""> 
> <xsl:template><xsl:apply-templates/></xsl:template> 
> 
> <xsl:template match = "/">
> <xsl:apply-templates select="clone"/>
> </xsl:template>
> 
> <xsl:template match = "clone">
> <xsl:for-each select="rule">
> <xsl:for-each select="piece">
> 	<xsl:value-of/>
> 	<xsl:if test="{@title=true}">
> 	   <input type=checkbox checked>
> 	</xsl:if>
> 	<xsl:if test="{@keyword=true}">
> 	   <input type=checkbox checked>
> 	</xsl:if>
> 	</xsl:attribute>
> </xsl:for-each>
> <hr/>
> </xsl:for-each>
> </xsl:template> 
> </xsl:stylesheet>
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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


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


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.