[Home] [By Thread] [By Date] [Recent Entries]
> Can I then infer that I should refactor this test expression > > org_list/org_code[@type='APPR' and text()='ANSI'] > > to > > org_list[org_code@type='APPR' and org_code='ANSI'] > Better, I think, is org_list/org_code[@type='APPR' and .='ANSI'] Michael Kay http://www.saxonica.com/
|

Cart



