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

Using DOM with XSLT/XPATH (might be dangerous ?)

Subject: Using DOM with XSLT/XPATH (might be dangerous ?)
From: "Schramm, Oliver" <schramm@xxxxxxx>
Date: Wed, 14 Aug 2002 13:40:08 +0200
oliver schramm
Hey guys,

I just found some code which I think might be quite dangerous.

assume the following transformation stylesheet:

  <xsl:transform>
>     ...
>     <xsl:variable name="foo" value="java:invoke(@method)"/>
>     <xsl:variable name="foo2"select="$foo\'xpath expression'"/>
>     ...
  </xsl:transform>

Here a method of a java object is invoked which returns an DOM
object. In the second variable assignment a 'xpath expression' is
applied to the the result (a dom tree). Well I was told that it works
but my personal view is that this is quite dangerous, for the following 
reasons:

a) It is assumed that the XSLT processor understands the DOM
    returned by the invoked java method.
b) It is assumed that the internal realization of the XPath is DOM 
    based.

Personally I wouldn't rely on such code. Am I a pessimist or what
is the opinion of other XSLT programmers ?

thanks for any feedback

regards

Oliver Schramm


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.