EXSLT Conext-Complete

Having trouble installing Oxygen? Got a bug to report? Post it all here.
juzzam
Posts: 1
Joined: Sun Jul 30, 2006 2:11 am

EXSLT Conext-Complete

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
Post Reply