Searched refs:DTD (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/hal/tools/ |
H A D | hal-fdi-validate.sh | 19 DTD="$2" 25 DTD="/usr/share/lib/xml/dtd/fdi.dtd.1" 32 xmllint --noout --dtdvalid $DTD $*
|
/osnet-11/usr/src/lib/libbsm/ |
H A D | Makefile | 88 # Definitions for XML (DTD AND XSL) 90 DTD = adt_record.dtd.1 macro 95 ROOTDTD= $(DTD:%=$(ROOTDTDDIR)/%)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CGI.pm | 30 #use constant XHTML_DTD => ['-//W3C//DTD XHTML Basic 1.0//EN', 33 use constant XHTML_DTD => ['-//W3C//DTD XHTML 1.0 Transitional//EN', 34 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd']; 58 # Change this to the preferred DTD to print in start_html() 59 # or use default_dtd('text of DTD to use'); 60 $DEFAULT_DTD = [ '-//W3C//DTD HTML 4.01 Transitional//EN', 1696 META,HEAD,STYLE,DTD,LANG,ENCODING,DECLARE_XML],@p); 1703 # Need to sort out the DTD before it's okay to call escapeHTML(). 1727 # Now that we know whether we're using the HTML 3.2 DTD or not, it's okay to 2328 # $quot; was accidentally omitted from the HTML 3.2 DTD [all...] |
Completed in 29 milliseconds