Searched +refs:sgml +refs:xml +refs:mode (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dsgml.vim2 " Language: sgml
10 " compatibility mode.
16 let s:browsefilter = "XML Files (*.xml)\t*.xml\n" .
19 runtime! ftplugin/xml.vim ftplugin/xml_*.vim ftplugin/xml/*.vim
30 " Change the :browse e filter to primarily show xml-related files.
32 let b:browsefilter="SGML Files (*.sgml,*.sgm)\t*.sgm*\n" . s:browsefilter
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/
H A Dxml.tcl0 # xml.tcl --
32 # $Id: xml.tcl,v 1.4 2006/09/27 08:12:40 neumann Exp $
34 package provide xml 1.8
36 package require sgml 1.6
38 namespace eval xml {
80 # xml::parser --
108 proc xml::parser {args} {
124 set sgml_ns [namespace parent]::sgml
148 # xml::ParseCommand --
166 proc xml
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dsgmlparser.tcl9 # See sgml.tcl for variable definitions.
39 package require sgml 1.9
45 namespace eval sgml {
50 # NB. Most namespace variables are defined in sgml-8.[01].tcl
63 variable declExpr [cl $::sgml::Wsp]*([cl ^$::sgml::Wsp]+)[cl $::sgml::Wsp]*([cl ^>]*)
64 variable EntityExpr [cl $::sgml::Wsp]*(%[cl $::sgml::Wsp])?[cl $::sgml
[all...]

Completed in 131 milliseconds