📄 any.rnx
字号:
# A RELAX NG schema that matches any XML. Useful for prototyping, where you# don't (yet) care what an element contains. Include it in another RNG schema# with this line:# # <include href="any.rng"/> (.rng syntax)# or: # include "any.rnx" (.rnx syntax)# # Taken from an email to XML-DEV by John Cowan, Subject "Re: [xml-dev] Quick# RelaxNG question"# # $Revision: 1.1 $ $Date: 2002/11/07 06:37:02 $# Jeff Turner <jefft@apache.org># start = element * { any }any = attribute * { text }* | element * { any }*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -