Yes but when I go for the element child either with match="/*" or apply-templates, no further template matching occurs.
apply-templates of any kind don't work. There must be something else I am doing wrong. ----- Original Message ----- From: "Joseph Kesselman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 4:31 PM Subject: Re: xml with DOCTYPE defined and getting the root element > > > > > In XPath/XSLT terms, the "document root" is the same thing the DOM calls > the Document Node, or SAX calls the Document event. If you want the > top-level element, you need to retrieve the element child of the root node. > > ______________________________________ > Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more. > "The world changed profoundly and unpredictably the day Tim Berners Lee > got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk > >