Matthew J. Graham wrote:
Can I use current() and xpointer togetther: [...] where current()#xpointer(/oai:metadata) refers to: [...]
Yes, you can do this in XPL.
Note that you can also have an XPointer expression that return a text node, or a nodeset (multiple nodes) if you use the XPointer expression with an aggregate to produce a valid document. For instance:
aggregate('config', #id#xpointer(string(/a/b/@c)))Alex
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user
