|
From: ddossot <do-...@jb...> - 2006-06-02 10:58:06
|
I can not disclose real data but this is the kind of things I have to do:
* Transform Raw Data to Raw XML (using Regexp extraction) then to Target XML (using XSL):
[ABC;123]->[<group1>ABC</group1><group2>123</group2>]->[123]
* Transform ad hoc security scheme to WS-Security:
Env{Body:usr=ABC;pwd=123;...}->Env{Head:{ws-security:usr=ABC;pwd=123};Body{...}}
* XSL Processor accessing a data cache service so stylesheet performing data enrichment can do it efficiently.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948664#3948664
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948664
|