|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: How can you turn off xslt reserved tags?
From: "Cohen, Noah" <noah.cohen@xxxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: How can you turn off xslt reserved tags? Date: Wed, 4 Jan 2006 21:59:09 -0500 Noah Your first question should not be relevant, <param> elements as used for in an XSLT way are in the namespace http://www.w3.org/1999/XSL/Transform. This means thast you assign a prefix to this namespace, commonly "xsl" ansd qualify the element name: <xsl:param... Altrenatively you can set the namespace to be the default namespace in which case your <applet>/<param> element must declare itself to be in a namespace such as: <html:param> where html is bound to the appropriate URI or <param xmlns=""> This is precisely the reason that namespaces are used to qualify names, to avoid this sort of clash. Your second problem is resolved by using Attribute Value Templates whereby an expression between curly braces, {}, is evaluted as XPath: <param name="someName" value="{some/value}"> Happy New Year Joe
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








