guyz ....
its terrable ....
i have a well formed xml doccument ....
but i cant get it validated ...
i keep getting this error
"this file is not valid. all fields referred to from
the key identity constraint 'user_info_memb_id' 
must exist"

now ....
i had made 6 tables in access ....
but i made a schema in xml from the scratch ... no
import from access u know ...
and i defined all my table names as schema elements
.... with sub elements and attributes ....

the xml doccument is :

<?xml version="1.0" encoding="UTF-8"?>
<user-info
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="F:\New Folder (2)\final
project\d bs\proj_db.xsd">
        <role>
                <memb/>
                <modrtr/>
        </role>
        <member>
                <memb-id/>
                <email/>
                <name firstName="" lastName=""/>
                <login password="" login=""/>
                <news-letter-subscription/>
                <lang-id/>
                <country/>
        </member>
</user-info>


where am i messing it up ????

oh & i ve generated this thru xml spy ..if that helps
.....
:( .....

will somebody plz help ????
i'd really appriciate any help ... any word on this
.....

stuck az usual .... :( ....

toby ......


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to