XML & Entities inclusion against Inline Tag facilities.
Alexandre Mutel
amutel at ifhamy.insa-lyon.fr
Thu May 22 09:09:32 BST 1997
hello,
In XML specs (like SGML features), they talk about entities inclusions in
a document... Something like:
<!DOCTYPE book [
<!ELEMENT book (#PCDATA) >
<!ENTITY including SYSTEM "http://server1.com/index.txt">
]>
<book>
&including;
</book>
Okay,they say that with XML-SGML a document can be built with document-part-
included using entities facilities.
HTML doesn't make use of external entities but it can do inline image through
some tag... In XML specs i doesn't see any reference to TAG or special attri-
butes that can handle inclusion of document component (text,image,object).
I would like to know :
- if in the future, we 'll only use external entities to include a
document component ?
- anyelse, does XML will support special attributes for Tag to specify
that this Tag with this attributes can include something?
- or does this feature will be hardcoded in a browser, making the same
mistake than HTML?
Thanks.
Regards,
Mutel Alexandre.
email: amutel at ifhamy.insa-lyon.fr
xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list