fwiw,
The latest download of xml spy supports using extensions that fall under the
namespace:
xmlns:ms="urn:schemas-microsoft-com:xslt
using msxml4
(you can pick and choose between v3 and v4)
cheers
andrew
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Michael Kay
Sent: Saturday, January 19, 2002 9:52 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: XML SPY
> Does XML SPY support Extension functions written in Java. I
> tried with a
> simple java program, but the output is blank.
XML Spy is not an XSLT processor, rather it allows you to plug in various
XSLT processors of your choice. The default, I think, is MSXML3, which does
not allow Java extensions. If you want Java extensions, just substitute a
different XSLT processor such as Saxon or Xalan.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|