--- In [email protected], "valdhor" <[EMAIL PROTECTED]> wrote: > > I don't know whether this is your problem but your Orientation field > has no type in your create table function. > > > --- In [email protected], "bredwards358" <bredwards358@> > wrote: > >Snip >
Sadly, no, but thanks anyway for pointing that out. I think the problem has something to do with the way the XML document is structured. The example I drew this from used an example xml file structured like this: <?xml version ="1.0" encoding="utf-8"?> <months> <month sortOrder="1" English="January" Spanish="Enero"/> ... ... <month sortOrder="12" English="December" Spanish="Diciembre"/> </months> So perhaps it may be trying to read my xml document as if it were structured like this and throwing an error for each and every entry?

