DairylandDan
Programmer
Hey folks,
I'm on my VERY FIRST run through (yup, a certified newbie here - be gentle with me please! LOL) trying to insert the contents of an XML file into a table using XSQL.
I invoke the xsql utility from command line as so:
And I get the following error:
Any help related to how to clear up this issue would be greatly appreciated. If you need more info (perhaps content from either the xsl doc, xsql doc or the xml itself) just let me know.
DLD
I'm on my VERY FIRST run through (yup, a certified newbie here - be gentle with me please! LOL) trying to insert the contents of an XML file into a table using XSQL.
I invoke the xsql utility from command line as so:
Code:
xsql insert.xsql posted-xml=insert.xml xsql-status action="xsql:insert-request"
And I get the following error:
Code:
<?xml version = '1.0'?>
<!-- insert.xsql -->
<xsql-error action="xsql:insert-request">
<message>Expected name instead of <.</message>
</xsql-error>
Any help related to how to clear up this issue would be greatly appreciated. If you need more info (perhaps content from either the xsl doc, xsql doc or the xml itself) just let me know.
DLD