Hm, this is odd…does your query have reverse axes traversal? Are you saying that base is of type XmlAnyTypeImpl but it’s content is typed? Can you please send a short sample with your schema, instance and query?

 


From: David Garcia [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 13, 2005 12:12 PM
To: [email protected]
Subject: selectPath over XmlAnyTypeImpl

 

Hi,

 

I’m executing the following code over an XmlAnyTypeImpl

 

XmlObject result[]=base.selectPath(xpathQuery);

 

This query is supposed to return XmlObjects already compiled on my system but it returns an array of XmlAnyTypeImpl objects.

If my base object is an instance of a compiled object it returns the expected type of XmlObject.

 

Am I doing anything wrong?

 

Regards

 

Dave Garcia

 

 

 

 

 

Reply via email to