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

Re: XSLT that does uppercase translation of all attributes and

  • From: Minas Casiou <casi1min@p...>
  • To: David Carlisle <davidc@n...>
  • Date: Wed, 6 Dec 2006 11:55:37 +1100

xslt list all attributes

That did the trick.
Thank you very much.

...and I'll subscribe to xsl-list as well!

Thanks again.

 
Cheers
 
Minas Casiou |  ESB Technical Architect I&I | MRP -  Mainframe Replacement Program    |  BTS  |  New  South  Wales  Police
Phone: 02 9689 7610 |  Eaglenet: 79610  |  Mobile: 0431 103 925  |  email: casi1min@p...


David Carlisle <davidc@n...>

06/12/2006 11:20

To
casi1min@p...
cc
xml-dev@l...
Subject
Re: XSLT that does uppercase translation of all attributes and elements...







> Thanks. It copies over the namespaces great!
> I made the change (& played around again) however it doesn't UPPERCASE the
> ATTRIBUTES

Oh sorry you have a typo in your code I didn't spot before

You mean to select all the attributes of the element here:

                       <xsl:for-each select="../@*">

but that selects the attributes of your parent, you want
                       <xsl:for-each select="@*">

Then, having done the attributes in the for-each you don't want to apply
templates to them so change

                               <xsl:apply-templates
                               select="node()|@*"/>

to

                               <xsl:apply-templates select="node()"/>

(xsl-list better thna xml-dev for this sort of thing)

David


_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@l...
subscribe: xml-dev-subscribe@l...
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php


All mail is subject to content scanning for possible violation of New South Wales Police
electronic Mail Policy. All persons are required to familiarise themselves with the
content of the policy located on the NSWP Intranet BULLETIN BOARD.


This message and any attachment is confidential and may
be privileged or otherwise protected from disclosure. If you
have received it by mistake, please let us know by reply
and then delete it from your system; you should not copy
the message or disclose its contents to anyone.





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.