[xsl] XPath problem

Subject: [xsl] XPath problem
From: "David P. Nesbitt" <david_p_nesbitt@xxxxxxxxx>
Date: Wed, 26 Jan 2005 18:12:37 -0800 (PST)
I am trying to use a very fancy XPath with Dom4J, but
something is wrong with my string.  Here it is:

/rr:ReportRequest/xqx:whereClause/*/xqx:expr[xsi:type
= 'operatorExpr' and xqx:opType = '&lt;=' and
xqx:parameters/xqx:expr[1]/xqx:value =
'DateMisplaced']/xqx:parameters/xqx:expr[2]/xqx:value

There seem to be at least two problems with this
string.

The first is that it doesn't seem to like the "*",
which seems strange to me.  It will find:

/rr:ReportRequest/xqx:whereClause

but not

/rr:ReportRequest/xqx:whereClause/*/xqx:expr

The second problem is that it does not like:

xqx:opType = '&lt;='

Is there a problem with this?  The element text
contains the string "&lt;=".  But the match does not
work.

Thanks in advance for your assistance.

Regards,
Dave


		
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 

Current Thread