Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 26th, 2007, 03:27 PM
Authorized User
 
Join Date: Jul 2007
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default Saxon 9.0 question

For a new project, I want to use the open source version of Saxon.

However, if from Java I want to pass an object as a parameter to my XSLT transformation, do I need to purchase a commercial Saxon license?

For example, instead of having multiple xsl:param declarations that each map to an integer or string value, I would rather pass a single schema instance from Java to the XSLT transformation process.

Is there any good documentation that shows how I would then access the schema instance values from XSLT?


 
Old November 27th, 2007, 06:32 PM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

The basic version of Saxon (non-schema-aware, open source) allows you to use the built-in schema types such as integer, string, boolean, date, etc. It also allows you to pass an XML document, which is treated as being unvalidated and untyped.

To use user-defined types such as part-number, invoice, etc, you need the schema-aware (commercial) version.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference





Similar Threads
Thread Thread Starter Forum Replies Last Post
Saxon Parser ravi_sri24 XSLT 7 February 8th, 2008 06:25 AM
saxon s9api question amhicraig XSLT 1 December 10th, 2007 05:10 AM
Saxon java question amhicraig XSLT 1 December 7th, 2007 01:21 PM
error on saxon 8.8 rjonk XSLT 1 October 24th, 2006 09:03 AM
Saxon variable go4java XSLT 1 July 6th, 2006 10:12 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.