Hi,
XML is flexible, self-descrbing so it can represent many types of data. I wonder what common types of XML documents are. Can you help me, please?
I see that some XML documents have structures like this example
<SVs>
<Sv>
<Publications>
<Title>Detecting changes</Title>
<Title>XML Specifications</Title>
<Title>Topic Maps</Title>
</Publications>
<Id>4729504</Id>
<Name>Duc Minh Nguyen</Name>
<DateOfBirth>15/10/1982</DateOfBirth>
<Address type="home" kl="12">Soi 24 Ram</Address>
</Sv>
<Sv>
<Id>4829501</Id>
<Name>Steve Mason</Name>
<DateOfBirth>2/7/1970</DateOfBirth>
<Address type="work">Soi 24 Ram</Address>
<Publications>
<Title>XML Specifications</Title>
</Publications>
</Sv>
</SVs>
In this type, there are key nodes (Id)whose values are unique. Can you tell me if the type of XML documents that have key nodes like this example is popular or not?
Thank you very much.
Duc
XML is flexible, self-descrbing so it can represent many types of data. I wonder what common types of XML documents are. Can you help me, please?
I see that some XML documents have structures like this example
<SVs>
<Sv>
<Publications>
<Title>Detecting changes</Title>
<Title>XML Specifications</Title>
<Title>Topic Maps</Title>
</Publications>
<Id>4729504</Id>
<Name>Duc Minh Nguyen</Name>
<DateOfBirth>15/10/1982</DateOfBirth>
<Address type="home" kl="12">Soi 24 Ram</Address>
</Sv>
<Sv>
<Id>4829501</Id>
<Name>Steve Mason</Name>
<DateOfBirth>2/7/1970</DateOfBirth>
<Address type="work">Soi 24 Ram</Address>
<Publications>
<Title>XML Specifications</Title>
</Publications>
</Sv>
</SVs>
In this type, there are key nodes (Id)whose values are unique. Can you tell me if the type of XML documents that have key nodes like this example is popular or not?
Thank you very much.
Duc