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.