Searched refs:XML (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/avs/svc/
H A DMakefile27 XML = nws_scm.xml nws_sv.xml nws_ii.xml nws_rdc.xml nws_rdcsyncd.xml macro
28 SHFILES = $(XML)
30 ROOTSVCSYSFILES = $(XML:%=$(ROOTSVCSYSTEM)/%)
45 $(SHFILES): $(XML:%=manifest/%)
/opensolaris-onvv-gate/usr/src/cmd/svc/profile/
H A Dlistsvcs.pl37 use XML::Parser;
50 my $parser = new XML::Parser;
/opensolaris-onvv-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt39 print_audit_xml_ending_buf - print audit XML prolog and ending
59 only the audit XML prolog. The XML, prolog includes identification
60 of the DTD which is used to parse the XML, and also identifies the
61 stylesheet which is used to view the XML conveniently (for example
65 the XML ending which completes the audit XML.
91 Print records in XML format. "tags" are included in the
93 Output will not include an XML prolog or ending which
94 are required to from complete, valid XML
[all...]
H A Dformat.c138 /* no-op if not doing XML format */
204 /* no-op if not doing XML format */
231 /* no-op if not doing XML format */
250 /* no-op if not doing XML format */
1747 /* Escape for XML */
1958 * and prints it (unless format is XML) if status = 0
1973 /* Don't print this for XML format */
2265 /* For XML, only print when modifier is non-zero */
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A DREADME31 This source directory contains service descriptions, in the form of XML
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A DxmlHandlers.pm28 # <t> xmlHandlers -- package for generating a tree from an XML doc
30 use XML::Parser;
126 my $parser = XML::Parser->new(ErrorContext => 1,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToXml.pm25 Pod::Perldoc::ToXml - let Perldoc render Pod as XML
/opensolaris-onvv-gate/usr/src/cmd/file/
H A Dmagic491 0 string <?xml XML document
492 0 string <?XML XML document
493 0 string <?Xml XML document
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm606 =item XML charref mode (I<CHECK> = Encode::FB_XMLCREF)
617 HTML/XML character reference modes are about the same, in place of
619 XML uses C<&#xI<HHHH>>; where I<HHHH> is the hexadecimal digit.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1063 # an XML tag.
1462 that matches any standard XML tag is used.
1505 For example, to extract an arbitrary XML tag, but ignore "empty" elements:
2118 for C<extract_tagged>. For example, to properly ignore "empty" XML elements
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm1593 markup languages like HTML and XML) then you may need to take the
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp30 gSOAP XML Web services tools
154 #define SOAP_LT (soap_wchar)(-2) /* XML character '<' */
155 #define SOAP_TT (soap_wchar)(-3) /* XML character '</' */
156 #define SOAP_GT (soap_wchar)(-4) /* XML character '>' */
157 #define SOAP_QT (soap_wchar)(-5) /* XML character '"' */
158 #define SOAP_AP (soap_wchar)(-6) /* XML character ''' */
1579 /* This is a quick way to parse XML PI and we could use a callback instead to
1590 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "XML PI <?%s?>\n", buf));
5108 used assume there is a message to parse, either XML or HTTP.
14063 /* if not XML o
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm566 # unparsed XML data.
671 # YL: Begin Change for XML handler 10/19/2001
681 # YL: End Change for XML handler 10/19/2001
4493 only affects people trying to use CGI for XML processing and other

Completed in 213 milliseconds