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

Re: Select all heading tags

Subject: Re: Select all heading tags
From: "Graeme Kidd" <coolkidd3@xxxxxxxxxxx>
Date: Wed, 31 Dec 2008 09:13:42 -0000
Re:  Select all heading tags
Hi and thanks for your suggestions.
With your help I managed to get this:
"*[starts-with(local-name(),'h') and number(substring(local-name(),2)) ]"
Which as I understand it checks the first letter starts with an 'h' and is two letters long.
Am I correct?


--------------------------------------------------
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Sent: Tuesday, December 30, 2008 9:49 AM
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE:  Select all heading tags

It could be:

select="*[starts-with(local-name(), 'h')]"

...if that's sufficient, if not maybe use matches() with a
suitable regex.

or perhaps select="*['h9'=translate(local-name(), '123456789', '999999999')]"

Michael Kay
http://www.saxonica.com/

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.