• 4.1 语言结构中使用 XML

    4.1 语言结构中使用 XML

    由于其灵活性和可扩展性,XML 是表示语言结构的自然选择。下面是一个简单的词汇条目的例子。

    1. <entry>
    2. <headword>whale</headword>
    3. <pos>noun</pos>
    4. <gloss>any of the larger cetacean mammals having a streamlined
    5. body and breathing through a blowhole on the head</gloss>
    6. </entry>