Hello!
What's would be the syntax for a query, which would allow me to get only the
elements with non-empty text-nodes?
For example, from:
<a><b></b></a>
<c/>
<d><e>meow</e></d>
I only want to get the d/e ... If this matters, I'm using Tcl with the tDOM
extension. Thanks!
-mi
What's would be the syntax for a query, which would allow me to get only the
elements with non-empty text-nodes?
For example, from:
<a><b></b></a>
<c/>
<d><e>meow</e></d>
I only want to get the d/e ... If this matters, I'm using Tcl with the tDOM
extension. Thanks!
-mi
Comment