Hello, I have this XML "C:\entrega.xml" and I want to remove two nodes. HOW????
-
<?xml version="1.0" encoding="UTF-16" ?>
-<BOM>
--<BO>
-
<AdmInfo>
-
<Object>15</Object>
-
<Version>2</Version>
-
<Document_Lines>
-
<row>
-
<BaseType>17</BaseType>
-
<BaseEntry>27</BaseEntry> -> REMOVE
-
<BaseLine>0</BaseLine>
-
<ItemCode>10-01A</ItemCode>
-
<ItemDescription>ARTICULO</ItemDescription>
-
<Quantity>1.000000</Quantity>
-
<ShipDate>20051013</ShipDate>
-
<row>
-
<BaseType>17</BaseType>
-
<BaseEntry>27</BaseEntry> -> REMOVE
-
<BaseLine>1</BaseLine>
-
<ItemCode>10-01B</ItemCode>
-
<ItemDescription>ARTICULO2</ItemDescription>
-
<Quantity>2.000000</Quantity>
-
<ShipDate>20051013</ShipDate>
-
I need a curl and I haven`t idea.
Thanks.
-
Message was edited by: Santiago Albaladejo Aliaga
Message was edited by: Santiago Albaladejo Aliaga