Changeset 753

Show
Ignore:
Timestamp:
03/21/04 11:28:34 (4 years ago)
Author:
sholloway
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBFoundation/RBFoundation/XMLNode.py

    r748 r753  
    666666 
    667667    print x.toxml(True) 
     668    print 
     669 
     670    #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     671 
     672    somexml = x.toxml(True) 
     673    xml = Producer().Parse(somexml) 
     674    print xml.toxml(True) 
     675    print 
     676 
     677    #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     678 
     679    xml = Producer().ParseFile(open('test_objectify.xml')) 
     680    print 
     681    print xml.toxml(True) 
     682 
    668683    print "Test complete."