Hi,
I would like to create an xml that has elements which include the character '-'.
My target xml is like:
<?xml version="1.0" encoding="UTF-8"?>
-<Document-Invoice>-<Invoice-Header><InvoiceNumber>9000062753</InvoiceNumber><InvoiceDate>2013-12-14</InvoiceDate><SalesDate>2013-12-14</SalesDate>.........
As you can see I need to create date type with names Document-Invoice and element Invoice-Header. When I try to create them as Data type or as element I get the error
Name contains invalid characters: - Only a(A)-z(Z), 0-9, and "_" are permitted |
How can I handle this situation ?
Any tips and advice appreciated
Kind Regards
Antonis
Message was edited by: Konstantinidis Antonis