Search Results

Search: Posts Made By: ikrabbe
Forum: Programming 04-27-2011
2,705
Posted By ikrabbe
<?xml version="1.0" encoding="UTF-8"...
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <searchCustomerResponse xmlns="capabilities.nat.bt.com/xsd/crm/v3/Customers"


1. What is the leading '-' in these lines? Copy&Paste...
Forum: Programming 04-27-2011
2,705
Posted By ikrabbe
XML Crashes most likely occur due to content
The first thing you should check is the validity of the XML that you are trying to parse here.

If the XML is part of a bigger stream, I would try to log all XML documents and process return codes...
3,577
Posted By ikrabbe
how about 'paste -s': echo "a b" | paste -s...
how about 'paste -s': echo "a
b" | paste -s gives "a\tb" output

see 'man paste' for even cooler operations (like specifiyig delimiters).

Finally you can split up your line again at ';' using:...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy