Forum OpenACS Q&A: Response to ANN: XSLT support added to AOLServer/nsxml

Collapse
Posted by Steven Pulito on
Awesome indeed, I second the thanks. I've already begun to use it and it looks like xml/xslt, at least for my purposes, might be able to replace the aD templating system.

I have one question regarding the use of the module.

Is it possible to use the <xsl:include> and <xsl:import> tags with the parser?

Currently I'm

  1. parsing my xml
  2. parsing my xsl (which has an include tag)
  3. applying the xsl to the xml
  4. rendering the resulting document and returning it
It fails to produce the correct output when I use the include, but works fine if I insert the text of the second xsl file directly.

Any ideas?