Can I filter 2 different node types in E4X same as attributes but then on node type? I cannot find this anywhere:
Something like":
$.book_xml.pages.page.(node == 'front' && node =='back');
<pages>
<page>
<front></front>
<back></back>
</page>
<pages>