dtd
From twext
<?xml version="1.0"?>
<!DOCTYPE twext [
<!ELEMENT twext (para)>
<!ELEMENT para (line)>
<!ELEMENT line (chunk)>
<!ELEMENT chunk (text,twxt)>
<!ELEMENT text (#PCDATA)>
<!ELEMENT twxt (#PCDATA)>
}>
[edit] next
[edit] then |
dtd means document type definition.. we wanna define a twexml markup language so it's easy to share twext docs <- rough draft, simple start.. other elements, attributes, entities adding below.. [edit] schemaXML Schemas are the Successors of DTDs We think that very soon XML Schemas will be used in most Web applications as a replacement for DTDs. Here are some reasons:
|

