Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
凭借我对 XML 的一点了解,我知道我们可以将 DTD 与 XML 文件相关联,该文件定义了所有有效元素、其属性以及它们可以出现的位置。
是否有任何与定义所有元素及其属性的 XPage 源代码相关联的 DTD?它在哪里定义诸如xp:view、xp:panel等标签xp:button及其相关属性?所以我正在寻找一个内容类似于<!ELEMENT xp:panel ......>
xp:view
xp:panel
xp:button
<!ELEMENT xp:panel ......>
没有 xpages 源没有 DTD,因为任何人都可以通过扩展库添加自己的标签。