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

RE: Finding list items in XHTML

Subject: RE: Finding list items in XHTML
From: "Conal Tuohy" <conalt@xxxxxxxxxxxxxxx>
Date: Wed, 13 Nov 2002 12:49:51 +1300
conal 13
Chris: perhaps your templates don't match the <p> elements because of a
namespace? Does your input document have a default namespace? If so, you
should declare the namespace in your XSLT as well. Otherwise, your template
(below) should match, it seems to me.

> <xsl:template match="p[starts-with(.,'&#10148; ')]">
> <li><xsl:apply-templates /></li>
> </xsl:template>

I had to do something very like this just yesterday, and it worked fine.

Note, though, that for your eBook to be valid, you'll also have to introduce
a parent <ul> element for these <li> elements. To do this, you need to
consider the GROUP of paras that start with &#10148; - there's information
about this in the FAQ.

Con


 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.