Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xsql-error -- Expected name instead of <

Status
Not open for further replies.

DairylandDan

Programmer
Apr 3, 2008
17
US
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:
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 &lt;.</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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top