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

Re: Referencing content in XML and then processing in

Subject: Re: Referencing content in XML and then processing in XSLT 2.0
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 23 Mar 2010 09:03:58 +0000
Re:  Referencing content in XML and then processing in
> Is there any way I can use my own "id" name for this, e.g.
> "domain-id", or does XSLT expect refs to always point to "id". I am
> trying to steer clear of the reserved "id" attribute since I may one
> day need to include and preserve external data id's as well as my own.

You can use whatever you like - "domain-id" and "domain-ref" for
example.  "id" isn't reserved by the way, so you could use that now.

id/idrefs I've never used (as I don't see the point) but they only
work when your xml is validated to mark certain fields as ids.  Simply
having an attribute called "id" isn't enough for the id() function to
return it.


> Also, is there any way to make your solution work if the referencing
> content is inside an attribute of an element
> e.g. <company product="The editor &lt;producttype-ref
> ref-id=&quot;manual1&quot;/&gt;">

That looks awful.  Escaped markup is nearly always wrong.  Why not make it:

<company>
  <product>The editor <producttype-ref ref-id="manual1">
  ...



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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-2011 All Rights Reserved.