I'm trying to do the following:
<p:input name="data" href="aggregate('url', string( #ruleFilePath#xpointer(/RuleFilePath/)) )"/>
I think you intended to write (string() is part of the XPointer expression):
<p:input name="data" href="aggregate('url',
#ruleFilePath#xpointer(string(/RuleFilePath/)))"/>Alex
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
