example.xml
来自「c语言编写的xml解析器可以方便的遍历插入删除节点等操作的」· XML 代码 · 共 15 行
XML
15 行
<?xml version="1.0"?><!DOCTYPE example PUBLIC "" "example.dtd" [<!ENTITY wwwmurrayc "http://www.murrayc.com"><!ENTITY wwwlibxmlplusplus "http://libxmlplusplus.sourceforge.net">]><example> <examplechild id="1"> Some content. &wwwmurrayc; Some other content &wwwlibxmlplusplus; <child_of_child/> </examplechild></example>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?