Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
inserting space between xml tags.
Name: samarjith Date: January 8, 2009 at 16:02:35 Pacific OS: Windows 2000 CPU/Ram: Intel(R) Pentium(R) M processor 2.00 GHz Product: Ibm / T43 Subcategory: Software Problems
Comment:
I have a xml file which is not indented and it looks like this
Summary: Hi All, I want to achive the following in many of my XML files Before: <Orig Dest ID>D A T A</Orig Dest ID> After <OrigDestID>D A T A</OrigDestID> ie: only the spaces in the tags are remov...
Summary: I am writing a UNIX script which creates XML by directing all output to an XML file. A file that i require to be written to XML will sometimes include the text <none> which is then mistaken as an X...
Summary: Dear All, Would anyone help me the following problem I have? string="Today is good/day" output="Today is good day" change string "/" to " " I try : echo "$string" | sed -e 's/\^/*//g' show: Today is ...