Activity for Eric Smith

  • Eric Smith Eric Smith modified a comment on discussion Help

    I'm running some commands to delete specific nodes, but I've noticed that other lines in my xml files are being affected, specifically I've seen&apos;being replaced by ' in the output xml. Any ideas why this is occuring and how I can avoid it from happening? Thanks. Running this command:xml ed -d "/xml/table/rec[@id='2']" xml/table.xml Input XML value <xml> <table> <rec id="1"> <stringField>a</stringField> </rec> <rec id="2"> <stringField>b</stringField> </rec> <rec id="3"> <stringField>That&apos;s...

  • Eric Smith Eric Smith modified a comment on discussion Help

    I'm running some commands to delete specific nodes, but I've noticed that other lines in my xml files are being affected, specifically I've seen&apos;being replaced by ' in the output xml. Any ideas why this is occuring and how I can avoid it from happening? Thanks. Running this command:xml ed -d "/xml/table/rec[@id='2']" xml/table.xml Input XML value <xml> <table> <rec id="1"> <stringField>a</stringField> </rec> <rec id="2"> <stringField>b</stringField> </rec> <rec id="3"> <stringField>That&apos;s...

  • Eric Smith Eric Smith posted a comment on discussion Help

    I'm running some commands to delete specific nodes, but I've noticed that other lines in my xml files are being affected, specifically I've seen&apos;being replaced by ' in the output xml. Any ideas why this is occuring and how I can avoid it from happening? Thanks. Running this command:xml ed -d "/xml/table/rec[@id='2']" xml/table.xml Input XML value <xml> <table> <rec id="1"> <numField>123</numField> <stringField>String Value</stringField> </rec> <rec id="2"> <numField>346</numField> <stringField>Text...

1
MongoDB Logo MongoDB