Hi,
Please correct me here about xml, I am still new to it:
-It should have start and closing tags, i.e <start></end>
; avoid short cuts like <tag/>
like in html.
-xml schema is an xml document, it abides by xml rules.
So how comes that we have something like: <xs:attribute name="lang" type="xs:string"/>
in an xml schema.
I was expecting: <xs:attribute name="lang" type="xs:string"/> </s:attribute>
manaila 0 Light Poster
Mike Askew 131 Veteran Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.