XML dump question

Kem Tekinay ktekinay at mactechnologies.com
Sun Apr 24 12:12:51 CDT 2005


As an experiment, I used the XML dump example to generate an XML file, then
tried to import that into FileMaker Pro. I got an error that "attribute n is
not declared for element f". Is this normal? Would I have to build my own
XML file to transport data between different databases?

The XML code is:

<Database>
    <DatabaseData>
        <BaseObjectData Name="Person">
            <RecordCount>2</RecordCount>
            <Record>
                <f n="RecID">1</f>
                <f n="firstname">Peter</f>
                <f n="BornDate">03/05/1980</f>
            </Record>
            <Record>
                <f n="RecID">2</f>
                <f n="firstname">Fred</f>
                <f n="BornDate">04/08/0197</f>
            </Record>
        </BaseObjectData>
    </DatabaseData>
</Database>

__________________________________________________________________________
Kem Tekinay                                                 (212) 201-1465
MacTechnologies Consulting                              Fax (914) 242-7294
545 Eighth Avenue, Suite 401                          Pager (917) 491-5546
New York, New York 10018                    http://www.mactechnologies.com

To join the MacTechnologies Consulting mailing list, send an e-mail to:
  mactechnologies_consulting-subscribe at yahoogroups.com





More information about the Valentina mailing list