Issue with temp table name in XML file

View: New views
1 Messages — Rating Filter:   Alert me  

Issue with temp table name in XML file

by Vishnu V C :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I have just started using DBUnit for our Sybase code. I have to input data to a temp table and I am getting a  problem giving that data in the input.xml. Temp table names start with a hash and the xml standard is not accepting this hash at the beginning of the element. Can someone advice how I can overcome this issue ?

Below is my sample xml file.
<?xml version='1.0' encoding='UTF-8'?>
<dataset>
  <#vv_test a="1"/>
</dataset>

Thanks,
Vishnu V C.