Hi, I have a question related to the demo "SerializeNodeSet".
This demo handles many xpath queries. However, if an xpath query is count(....) of something, it returns an "exception caught". Because some of the xPath queries do not deal with serialize node set. The problem is that we do not know what an xpath may be like ? I would like to know do we have any more general xalan functions, which can handle "ALL" the xpath query? or should we just call another function like "selectSingleNode" in the exception catch block in the "SerializeNodeSet" to handle some xpath query like count(..) of something ? Thanks a lot ! Sincerely Richard Liu
