This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Sending data from Java to XSL


Michael Kay wrote:

>>    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?

   That's what I am doing now. Some people in my team like the idea of java
methods so I was wondering what the solution would be. Your information
that different processors need different schemes will deter us from using
it I guess.

Thanks!

- Joerg
_______________________________________
Joerg M. Colberg
Econovo Software, Inc.
joerg.colberg@econovo.com


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]