|
|
 |
| 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 p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

November 26th, 2007, 03:27 PM
|
|
Authorized User
|
|
Join Date: Jul 2007
Location: , , .
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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?
|

November 27th, 2007, 06:32 PM
|
 |
Wrox Author
Points: 12,735, Level: 48 |
|
|
Join Date: Apr 2004
Location: Reading, Berks, United Kingdom.
Posts: 3,923
Thanks: 0
Thanked 82 Times in 80 Posts
|
|
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |