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

Re: new: how to change value of attributes

Subject: Re: new: how to change value of attributes
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Fri, 27 Nov 2009 18:43:55 +0100
Re:  new: how to change value of attributes
ivanmacculi@xxxxxxxxx wrote:
thank you Martin but but when you wrote
To define your own functions you are free to choose a >namespace but you need to choose one.

i don't know how to declare my own functions.

Well Michael posted a function definition, you can simply use that, all you need to do is declare the prefix 'f' used in the qualified function name e.g.


<xsl:stylesheet
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:f="http://example.com/f"
  exclude-result-prefixes="f"
  version="2.0">

...

</xsl:stylesheet>


--


	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

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.