Is there a DTD for XPage source?

北城余情 提交于 2020-01-16 00:59:09

问题


With whatever little knowledge I have of XML I know that we can associate a DTD with XML file which defines all the valid elements, its attributes and where they can appear.

Is there any such DTD associated with XPage source code defining all the elements and its attributes? Where does it define tags like xp:view, xp:panel, xp:button and so on along with its associated properties? So I am looking for a file with content something like <!ELEMENT xp:panel ......>


回答1:


No There is not a DTD for xpages source as anyone can add there own tags through an extension library.



来源:https://stackoverflow.com/questions/16982911/is-there-a-dtd-for-xpage-source

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!