only return `order_C0XXXXXXXX` and `order_C0YYYYYYYY`?
Aug 24, 9:18pm
To extract only the values of the id attributes (e.g., order_C0XXXXXXXX and order_C0YYYYYYYY) without the id="..." formatting, you can modify your xmllint command to use the text() function or adjust the XPath expression to directly return the attribute values.