Bug 215

Summary: Xml.get() only takes URLs as parameter
Product: Helma Reporter: tobi <interface@p3k.org>
Component: ExtensionsAssignee: Hop Mailing List <hop@helma.org>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: CVS trunk   
Target Milestone: ---   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 187    

Description From 2003-01-31 21:39:47
please add the possibility to also transform xml strings into hopobjects. or 
another function Xml.getFromString() that does the job. this is necessary e.g. 
if one wants to work with etags and thus works with getURL() to fetch the xml.
------- Comment #1 From 2003-01-31 23:48:32 -------
I checked in an implementation of Xml.getFromString(). 
It seems to work well.
------- Comment #2 From 2003-02-01 21:23:04 -------
thanks, it works! great.