Herv� Guidetti wrote:
> 
> I'd like to create an XML file for the properties of my application (a bit
> like the portletregistry of Jetspeed).
> 
> I'd like to know if there is an API to deal with XML file, something
> high-level. For example, I'd like to call something like
> getString("screenregistry.screen.xsl", "screenregistry.screen.name=hello")
> on a file like
> 
> <screenregistry>
>      <screen>
>           <name>bye</name>
>           <xsl>bye.xsl</xsl>
>      </screen>
>      <screen>
>           <name>hello</name>
>           <xsl>hello.xsl</xsl>
>      </screen>
> </screenregistry>
> 
> I already looked at the JAXP API. This runs but it isn't as high-level as
> I'd want.
> I also looked at Castor. A bit too complex for that.
> 

Have a look at the XMLResourceBundle on the Cocoon-dev mailing list archive.

--
Rapha�l Luta - [EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to