Searched +refs:sgml +refs:mode +refs:map (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/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...]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dsgml.tcl0 # sgml.tcl --
33 # $Id: sgml.tcl,v 1.4 2006/09/27 08:12:40 neumann Exp $
35 package provide sgml 1.6
37 namespace eval sgml {
75 # sgml::tokenise --
80 # sgml text to tokenize
92 proc sgml::tokenise {sgml elemExpr elemSub args} {
108 if {[regexp {<!DOCTYPE[^[<]+\[([^]]+)\]} $sgml discard dtd]} {
109 regsub {(<!DOCTYPE[^[<]+)(\[[^]]+\])} $sgml {\
[all...]

Completed in 202 milliseconds