> I am having table in database with say name as '1company'. when i
> generate strongly typed dataset for this table in xsd file i am
[quoted text clipped - 7 lines]
> why can't i have entry as below:
> <xs:element name="1company" type="xs:string" minOccurs="0" />
A name is not allowed to start with a digit, it has to start with what
the XML specification respectively the "Namespaces in XML 1.0"
specification specifies as an allowed character
<http://www.w3.org/TR/REC-xml/#NT-Name>
<http://www.w3.org/TR/REC-xml-names/#ns-qualnames>

Signature
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/