importing xml schemas not created in access

R

rob

Greetings All!

Happy New Year! I am attemting to import an .xsd file
into an Access 2002 database. I receive a long winded
error message stating that the document I am attempting
to import contains schema created outside of access and
is not supported.

I checked the XSD namespace in the schema and it is:
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">

But when I export a table or query from Access, the
namespace is:
<xsd:schema
xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"
xmlns:eek:d="urn:schemas-microsoft-com:eek:fficedata">

Evidently A2002 does not recognize the later version of
the XSD namespace. Is there any patch or fix that will
correct this situation? Or am I doomed to have to
manually replace the line myself?

Secondly, does anyone know if this is corrected in A2003?

Thanks...

Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top