Hello...
Can anyone help me on this, I have some xml and I want to find if an element, e.g. <BEER></BEER>
contains something (what ever) while those that are empty to skip.
I tried, the usual grep and fgrep or awk but as far as I got was to return every aspect of this element.
Thank you.
Can anyone help me on this, I have some xml and I want to find if an element, e.g. <BEER></BEER>
contains something (what ever) while those that are empty to skip.
I tried, the usual grep and fgrep or awk but as far as I got was to return every aspect of this element.
Thank you.
Comment