Guests are welcome to view our materials. To subscribe, edit, view raw markup, etc., you'll need to register for an account. Accounts are free (and will always be free) - your involvement helps us directly and indirectly (by demonstrating that our work matters to our funders...)
StartingPoints has more info.
--
LathaMurugappan - 25 Nov 2008
LathaMurugappan - 17 Nov 2008
Schema authors can define their own types or use the built-in types.
www.learn-xml-schema-tutorial.com
Rules in creating XML tags:
Naming Element:can contain letters, numbers, and other characters
Names should not strat with number,should not contain spaces,should not use in elements because its reserved for namespace.
Attribute values must always be enclosed in quotes, but either single or double quotes can be used.
For eg:
AABCD
or
using child attribute:
female
AABCD
while I was working with the xml,I found an intresting topic called data binding.Its known fact that xml is just gives the mark up for the content not for presentation:But hmtl can be used with the xml to displya the data say in tabularform.
say for example :following is the basic html file:
the xml file is example.xml is given as follows:
Grapes
strawberry
orange
onion
>Vegetable>raddish
Vegetable>Eggplant
tomatoes
reflexive question:
I know xml basically.I also know that XMl will be used with the servelts,in order to map the files.While writing the notes for the XML ,i was interested with the topic data binding.