[XML-SIG] Relative URI

Lars Marius Garshol larsga@garshol.priv.no
31 Oct 2001 20:10:06 +0100


* Juergen Hermann
| 
| Try this (code not tested):
| 
| 	s = xmlreader.InputSource("path/to/your/dir/dummy.xml")
| 	s.setByteStream(cStringIO(your_xml_string))
| 	p.FromXmlStream(s)

This is the same as 

  FromXmlFile("path/to/your/dir/dummy.xml")

(Note that the original message says that the data are coming from a
file.)

--Lars M.