On Tue, Mar 18, 2003 at 11:27:27AM -0800, [EMAIL PROTECTED] wrote:
> Maybe I do not understand the XPathDirectoryGenerator:
> 
> Also tried:
> 
> .... KNO\#/azkno:knowledgeobject/dc:title/text()
> 
> Same, tag content is not displayed !?

Probably because XPathDirectoryGenerator doesn't provide a way to
register namespace-prefix mappings.  Instead, try:

...#/*[local-name()='knowledgeobject']/*[local-name()='title']/text()

--Jeff

> Any help is appreciated !!
> 
> Holger

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to