Carmi wrote:
> well, seems that this board is not very active , hopefully this will be
> ansswered.
> After doing some more reading, it seems that jibx default XML parser, xpp3,
> is very light on validation.
> I want to validate the XML against the schema. Can I replace xpp3 with
> another praser, say dom4j ?
> What do I need to accomplish that?
> 
        I once looked at replacing the parser with another XML parser which 
claimed to be much faster than the xpp3 one. My downfall was that the 
JiBX code heavily assumes the xpp3 code is being used. Not just the API, 
but the return values and objects.

        You are going to have to go through the source and fix the include 
references from xpp3 to dom4j. Then hope the interfaces are exactly the 
same, or be able to divine the duplicate methods.

        In short, it's a large amount of work.

-- 
        Thomas Jones-Low            Softstart Services Inc.
        [EMAIL PROTECTED]      JobScheduler for Oracle
        Ph: 802-398-1012            http://www.softstart.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to