Hello Nicolas,
Thanks for the advice. I am still learning ofbiz and will have a go at
creating a xslt handler at a later date.
As xslt is the standard way of transforming xml documents and decorating
them , I am surprised that its not built into ofbiz
Peter
Peter Sparkes a écrit :
Hi,
Is it possible to use xslt instead of decorators?
What I want to do is to use Screen Widgets to produce xml documents
and then use xslt instead of Decorator Screen Widgets to produce the
decorated xhtml
Thanks
Peter Sparkes
Hello peter
You can create a new view Handler to parse your xml file. See
framework/webapp/src/org/ofbiz/webapp/view.
I don't think it's possible to use xslt without create a new handler.
Nicolas