Searched refs:xml (Results 1 - 8 of 8) sorted by relevance

/pkg/src/modules/flavor/
H A Dsmf_manifest.py29 import xml.dom.minidom as minidom namespace
30 import xml.parsers namespace
31 import xml.parsers.expat namespace
364 except (xml.parsers.expat.ExpatError, ValueError):
371 "/usr/share/lib/xml/dtd/service_bundle.dtd.1":
399 except (xml.parsers.expat.ExpatError, ValueError):
406 "/usr/share/lib/xml/dtd/service_bundle.dtd.1":
/pkg/doc/
H A DMakefile69 xml.txt
/pkg/doc/dev-guide/
H A DMakefile74 # to go to the docutils xml, then apply XSLT et al to get to docbook instead.
147 $(MAKE) $(PROTO)/book.xml
158 @# XXX this is ugly, but means we get to reuse the %.pdf & %.xml targets
177 $(PROTO)/%.xml: tools proto $(PROTO)/%.txt
178 @print "creating $(PROTO)/$*.xml"
/pkg/src/tests/cli/
H A Dt_pkg_history.py41 import xml.etree.ElementTree namespace
557 tree = xml.etree.ElementTree.parse(latest)
565 new_file = re.sub(".xml", "99.xml", latest)
566 # xml.etree.ElementTree.tostring will generate a bytestring
569 outfile.write(xml.etree.ElementTree.tostring(root))
/pkg/src/modules/server/
H A Dfeed.py40 import xml.dom.minidom as xmini namespace
50 MIME_TYPE = "application/atom+xml"
51 CACHE_FILENAME = "feed.xml"
/pkg/src/modules/client/
H A Dhistory.py34 import xml.dom.minidom as xmini namespace
437 "{0}-01.xml".format(ops[-1]["operation"].start_time))
587 using the supplied 'd' (xml.dom.minidom) object.
610 using the supplied 'd' (xml.dom.minidom) object.
674 a file in self.path/{operation_start_time}-{sequence}.xml.
H A Dapi_errors.py31 import xml.parsers.expat as expat namespace
/pkg/src/modules/client/transport/
H A Drepo.py272 from xml.dom.minidom import Document, parse

Completed in 151 milliseconds