| Author |
Standard convention for stripping linefeeds in a NodeValue?
|
Ben Ethridge
Ranch Hand
Joined: Jul 28, 2003
Posts: 108
|
|
Hi, all. Is there a standard way of stripping linefeeds and tabs "\n\t" from the DOM NodeValue, so that the NodeValue contains just the "real" (i.e. human-readable) text?. Obviously one can do it with simple string manipulation, but I was wondering if there were standard conventions or some such these days, since it seems like it would be such a common problem. Ben
|
 |
 |
|
|
subject: Standard convention for stripping linefeeds in a NodeValue?
|
|
|