hi
i am trying to run this xml in the tester
<Entity EntityType="Category" Action="Update" ID="1" >
<Name>Book</Name>
</Entity>
this is the result:
<?xml version="1.0" encoding="utf-8"?>
<AspDotNetStorefrontImportResult Version="" DateTime="2/21/2010 2:57:40 PM">
<Error Message="Missing AspDotNetStorefrontImport Root Element!!" />
</AspDotNetStorefrontImportResult>
how can i declare a root element?