logo
  • 教程列表
  • SO官方文檔
  • DTD
    • 帶有內部 DTD 的 XML 文件
    • 帶有外部 DTD 的 XML 文件
    • 檔案型別宣告
    • 實體
  1. StackOverflow 文件
  2. xml 教程
  3. DTD
  4. 實體

實體

Created: November-22, 2018

DTD 可以包含實體宣告。

<?xml version="1.0"?>
<!DOCTYPE document [
  <!ENTITY my-entity "This is the replacement text">
]>
<document>
  <!-- the rest of the document -->
</document>

本主題詳細介紹了實體。

  • 檔案型別宣告

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明