[XML-SIG] [ pyxml-Bugs-407288 ] tabs inside attribute values removed

nobody nobody@sourceforge.net
Fri, 09 Mar 2001 04:15:03 -0800


Bugs #407288, was updated on 2001-03-09 04:15
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=407288&group_id=6473

Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Luke Kenneth Casson Leighton
Assigned to: Nobody/Anonymous
Summary: tabs inside attribute values removed

Initial Comment:
i am having to pre-process all text, substituting
	 for "\t" as a work-around for this problem.

if this is not performed, then all tabs inside
attribute's values, e.g.
<node attr="value\tsep\tby\ttabs"/>, are turned into
spaces.

i am storing python code in an attribute value, so i
_must_ have my tabs!!! :) :)

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=407288&group_id=6473