John P. Wilson wrote:
Thank you, thank you, thank you! Your assistance cleared up the problem
I was having and is very much appreciated.
As a Xalan newbie, what resources are available to come up to speed on
Xalan's XPath API? The 2 sample applications that come with Xalan
(SimpleXPathAPI and SimpleXPathCAPI) are useful, but limited (I was
stuck on how to use the results from one query as a context to delve
deeper into the XML). Also, there is the email archive to search
through. But in terms of using the Xalan API for XPath, are there any
additional resources?
You should search the archives for the Xalan Developer and Xalan-C user
list for more information. I use the following archives:
http://marc.info/?l=xalan-c-users&r=1&w=2
http://marc.info/?l=xalan-dev&r=1&w=2
I think if you understand XPath better, including the syntax and the core
concepts (such as the context node, etc.), it will help. Take a look at
the introduction of the XPath recommendation:
http://www.w3.org/TR/xpath#section-Introduction
Dave