I am very new to XML. Infact doing my very first coding.
I am following the book "Beginning XML" - David Hunter
My questions:
Qn. While writing XML schema file... I noticed using this name space...xsd=" in the book.
Is this the latest? how to know which one is?
Qn. while writing schema's how do I represent the datatype of a element that can have both characters and numbers like "Address" element.
Isn't datatype string should contain only characters?
OR do I leave it alone so that it can have anything?
Qn. how do I represent the datatype of a element that can have only numbers like "Age" element.
Also, give me good references on the web for this.
Your inputs are highly appreciated.
I am following the book "Beginning XML" - David Hunter
My questions:
Qn. While writing XML schema file... I noticed using this name space...xsd=" in the book.
Is this the latest? how to know which one is?
Qn. while writing schema's how do I represent the datatype of a element that can have both characters and numbers like "Address" element.
Isn't datatype string should contain only characters?
OR do I leave it alone so that it can have anything?
Qn. how do I represent the datatype of a element that can have only numbers like "Age" element.
Also, give me good references on the web for this.
Your inputs are highly appreciated.