Neeme Praks wrote:
>
> I just finished another round of refactoring the i18n stuff in scratchpad.
> Main changes:
> * uses Excalibur Source abstraction
> * uses Excalibur Parser abstraction
> * uses built-in Excalibur component management for everything :-)
>
> Now, I was wondering, what is the status of the components that were moved
> over from Cocoon?:
> * are there any more implementations of the Source API, other than
> URLSource? I'm especially interested in loading from classpath
No, the URLSource is currently the only one - the "Resource:" protocol from
Cocoon needs still porting.
> * is the Parser abstraction fully working? Right now I got the following
> exception, when trying to use it:
> Could not build DocumentBuilder
> org.xml.sax.SAXNotRecognizedException:
> http://xml.org/sax/features/namespace-prefixes
>       at
> org.apache.xerces.framework.XMLParser.setFeature(XMLParser.java:1448)
> Is this some soft of my configuration problem?
See the answer from Sylvain.

In general the status of this components is that they are still in
development.
I don't expect changes to the parser abstraction but I'm not satisfied with
the source abstraction. Especially the validity section might need some more
thoughts. But apart from that, the rest should be stable and working.
I wanted to raise a thread about moving the things out of scratchpad into
the main trunk next week  when I have propably more time to take care about
the missing aspects.

Carsten

>
> Rgds,
> Neeme
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to