On Fri, Dec 6, 2019 at 4:35 PM Martin Honnen
martin(_dot_)honnen(_at_)gmx(_dot_)de <
xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:
The usual way is
document('')
but it is not portable in any case, if the stylesheet was loaded from a
string for instance, that call might fail.
In XSLT 2 and 3 I think I would prefer to use a parameter or variable
with element contents instead of user defined data elements, I think
user defined data elements are mainly useful in XSLT 1 to work around
the result tree restriction of any param/variable containing nodes.
Thanks, Martin & Geert, for explanation. Thats helpful.
--
Regards,
Mukul Gandhi
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--