S
SutterCreek
Help needed,
In Extensible Markup Language (XML) 1.0 (Fourth Edition), chaper 4 is
titled as "Physical Structures".
[Definition: An XML document may consist of one or many storage units.
These are called entities; they all have content and are all (except
for the document entity and the external DTD subset) identified by
entity name.] Each XML document has one entity called the document
entity, which serves as the starting point for the XML processor and
may contain the whole document.
I am very confused by the title.
This whole chapter is talking about entity.
I have some question.
For example,
<books><book><title>how to ...</title></book></books>
Is books a entity? is book, title a entity? is 'how to...' a entity?
If they are, what are the Entity References for them?
If not, ok, what is the storage layout of them?
If the whole chaper is only talking about the entity, how can you put
the "phisical structures" as the title?
Thanks in advance.
In Extensible Markup Language (XML) 1.0 (Fourth Edition), chaper 4 is
titled as "Physical Structures".
[Definition: An XML document may consist of one or many storage units.
These are called entities; they all have content and are all (except
for the document entity and the external DTD subset) identified by
entity name.] Each XML document has one entity called the document
entity, which serves as the starting point for the XML processor and
may contain the whole document.
I am very confused by the title.
This whole chapter is talking about entity.
I have some question.
For example,
<books><book><title>how to ...</title></book></books>
Is books a entity? is book, title a entity? is 'how to...' a entity?
If they are, what are the Entity References for them?
If not, ok, what is the storage layout of them?
If the whole chaper is only talking about the entity, how can you put
the "phisical structures" as the title?
Thanks in advance.