David Newcomb wrote:
> When I look at a jibx binding mapping xml file in Eclipse I have
> something like:
> 
> ====================
> <?xml version="1.0" encoding="UTF-8"?>
> 
> <binding>
> 
>       <mapping name=.....
> ====================
> 
> but Eclipse moans: "No grammar constraints (DTD or XML schema)
> detected for the document."
> 
> Can anyone help with what this is supposed to be set to?
> I tried the FAQ, and the reference but couldn't find it.
> 
        In the JiBX installation look for :
../Jibx/docs/binding.xsd

        or

../JiBX/docs/binding.dtd

        You will want your binding declaration to be as follows:

<binding xmlns:xsi="http://www.w3.org/2001/XMLSchema";
xmlns:noNamespaceSchemaLocation="file://C:/Java/Jibx/docs/binding.xsd">

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to