N
n_o_s_p_a__m
My xml doc has many <title></title> and <title> in it, meaning the
nodes have no content (although some do). How can I test for this?
I tried title[. is null] (doesn't work)
I tried //title[node() is null] (doesn't work)
I tried //title[text() is null] (doesn't work)
I tried //title[text() = ''] (doesn't work)
Any suggestions welcome.
Thank you,
-KJ
nodes have no content (although some do). How can I test for this?
I tried title[. is null] (doesn't work)
I tried //title[node() is null] (doesn't work)
I tried //title[text() is null] (doesn't work)
I tried //title[text() = ''] (doesn't work)
Any suggestions welcome.
Thank you,
-KJ