xsl-list
[Top] [All Lists]

Re: Creating namespace nodes

2005-06-07 04:05:10
  Do not expect miracles!
  The result will be the same - you add a dummy attribute with desired
  namespace to your element and so you force the XSLT engine to add the
  namespace. In XSLT 1.0 you have hard time to play with namespaces nicely
  :-(


The namespace is apparently fixed at the time that the stylesheet is
written so there is no problem generating the required namespace node in
XSLT1. XSLT1 can copy namespace nodes from the source or the stylesheet
and can dynamically generate nodes required for elements or attributes in
a particular namespace.

  Are this issues addressed in XSLT 2.0 (adding namespace nodes to
  elements)?

The only feature that XSLT1  lacks is the ability to dynamically genearte a
namespace node for a namespace that does not appear in the source or
stylesheet and is not the namespace of any element or attribute at that
point in the result. In order to cater for this requiremnt in XSLT1 you
have to use an x:node-set() extension function to first create a
temporary source tree which has the namespace, and then copy  the
namespace node. In xslt2 there is an xsl;namespace element taht allows
the namespace node to be constructed directly.


  I had to kick-off all the namespaces staff (using
  local-name() function in all Xpath queries :-(

This appears to be an unrelated issue, querying documents using
namespaces, rather than generating them, (unless I misunderstand??)


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>