Do you want to output XML from your resourcebundles? If so, there's lots of new features in JSF 1.2 around custom resource bundles and your ability to bind them to EL use.
Notes are here:
http://weblogs.java.net/blog/edburns/archive/2005/08/javaserver_face_3.html
If you are trying to output XML from Bean/ResourceBundles from EL using the h:outputText, you will want to look at the 'escape' attribute.
-- Jacob
>Good day!
>
>It's seems where is a problem with internationalizing JSF application.
>Existing implementation of JSF 1.2 doesn't give a chance to use
>resources in XML format. Java SE 6 allows developers to use custom
>ResourceBundles. Now developers can't use custom ResourceBundles while
>working JSF framework. Is that feature plained in new implementation?
>
>mailto:alexanderibelov_at_mail.ru
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
>For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>