|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Sending data from Java to XSL
> I have a "simple" question (although it doesn't seem to be that > simple to me at all). I have some Java code which produces an array > of data which I want to use in an XSL. To be precise, the Java class > returns the names of the months in German (could be anything similar > to that, though). How would I pass that into the XSL? Depends rather on the processor you are using: the way you pass parameters in varies from one product to another. Probably most will allow you to supply a node-set or result-tree-fragment as a parameter in some way. But this seems a complicated way of doing it, why not have the names of the months in German in a separate XML file, and read it using the document() function? Another approach is to wrap your Java class in an external function that supports the method "monthName(n)" to get the name of the n'th month, and then call this function from an XPath expression. Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








