No. The only built-in support for XML in Access 2000 is the ability to open
an ADO recordset from an XML file, and the XML must follow a very specific
schema. It's possible to use XSLT to transform XML from a different schema
to the schema the ADO recordset requires, but it is decidedly non-trivial.