ok
Direktori : /opt/cpanel/ea-libxml2/share/doc/libxml2/python/examples/ |
Current File : //opt/cpanel/ea-libxml2/share/doc/libxml2/python/examples/cutnpaste.pyc |
� [��ec @ s d d l Z d d l Z d d l Z e j d � e j d � Z e j d � Z e j d � d Z e j � Z e j � e j e � e j e � e j � e j � Z e d k r� d GHe j d � n e j � e j � e j d � d k r� d GHn d e j d � GHd S( i����Ni s� <?xml version="1.0"?> <root xmlns:foo="http://example.org/foo" xmlns:bar="http://example.org/bar"> <include xmlns="http://example.org/include"> <fragment><foo:elem bar="tricky"/></fragment> </include> </root> sC <?xml version="1.0"?> <root xmlns:foobar="http://example.org/bar"/>s //*[name()='fragment']i s� <root xmlns:foobar="http://example.org/bar" xmlns:default="http://example.org/include" xmlns:foo="http://example.org/foo"><default:fragment><foo:elem bar="tricky"/></default:fragment></root>s reconciliateNs() failedt OKs Memory leak %d bytes( t syst setup_testt libxml2t debugMemoryt parseDoct sourcet targett xpathEvalt fragmentt getRootElementt destt unlinkNodet addChildt reconciliateNst freeDoct serializet strt exitt cleanupParser( ( ( sE /opt/cpanel/ea-libxml2/share/doc/libxml2/python/examples/cutnpaste.pyt <module> s,