Package ndg :: Package xacml :: Package parsers :: Package etree :: Module writer
[hide private]

Source Code for Module ndg.xacml.parsers.etree.writer

 1  """NDG XACML ElementTree writer base module  
 2   
 3  NERC DataGrid 
 4  """ 
 5  __author__ = "P J Kershaw" 
 6  __date__ = "16/03/10" 
 7  __copyright__ = "(C) 2010 Science and Technology Facilities Council" 
 8  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
 9  __license__ = "BSD - see LICENSE file in top-level directory" 
10  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
11  __revision__ = "$Id: writer.py 7087 2010-06-25 11:23:09Z pjkersha $" 
12