[JXPath] Can JXPath be combined with Xalan for processing templates?

2008-03-20 Thread Rodrigo Ru’iz
Hi everybody, I would like to apply an XSLT transformation on an internal object structure, instead of a DOM. Is there a way to do this with JXPath and Xalan (or any other XSLT engine)? Cheers, Rodrigo - To unsubscribe,

Re: [JXPath] Can JXPath be combined with Xalan for processing templates?

2008-03-20 Thread Matt Benson
--- Rodrigo Ru’iz [EMAIL PROTECTED] wrote: Hi everybody, I would like to apply an XSLT transformation on an internal object structure, instead of a DOM. Is there a way to do this with JXPath and Xalan (or any other XSLT engine)? I can't think how to do this with JXPath. Jaxen might

[JXPath] JAXP compliance

2008-03-20 Thread Rodrigo Ru’iz
Hi all, Is JAXP compliance in the project roadmap? Cheers, Rodrigo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Configuration] support for a slightly different format for multi-line properties ?

2008-03-20 Thread Gavin Eadie
I have a need to read properties from a file of the form: key this sentence is the value of the key. that is, the multi-line string value of the key is signaled by leading white space on the second and subsequent lines, rather than the use of \ on each previous line. Is there a neat way