On Wed, Nov 24, 2010 at 4:21 PM, Dawid Chodura <dawid.chod...@gmail.com> wrote:
> I checked the Xalan Java
> extensions and I couldn't find anything about integration with Spring.
> There is a possibility to create new instance and call a static method
> from XSLT stylesheet. Do you know if there is some way to obtain a
> reference to Spring Bean inside XSLT stylesheet?

This doesn't concern using Xerces (it largely does XML parsing and
schema validation of instance documents). Though from application
design point of view, asking for spring bean references from a XSLT
stylesheet according to me is not good (i.e working with Java objects
and more-so a graph of extension objects in XSLT layer can get hard).
It look to me that this kind of approach is not using XSLT or even
Xerces appropriately.




-- 
Regards,
Mukul Gandhi

---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org
For additional commands, e-mail: j-users-h...@xerces.apache.org

Reply via email to