Page 1 of 1

EXSLT Conext-Complete

Posted: Sun Jul 30, 2006 2:14 am
by juzzam
I'm using some exslt (http://www.exslt.org/) date functions in some XSL stylesheets which my XSL processor supports. Is there a way to configure oxygen to make context-complete available for exslt tags the same way it does for <xsl:*> tags?

Thanks,
Robert

Posted: Sun Jul 30, 2006 9:28 am
by george
Hi Robert,

If you have a schema with these elements then you can add it as result schema for XSLT. If you want to have these elements and some other elementrs from the result schema then you need to create a wrapper schema embedds both the schema for your extension elements and for the result elements and set that as result schema.

Best Regards,
George