You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Roall Lein-Killi <ro...@griffel.no> on 2001/03/12 12:41:57 UTC

[Contrib] VelocityXSLTLayout & TemplateLayout

I have two class to contribute:

   org.apache.turbine.modules.layouts.VelocityXSLTLayout
   org.apache.turbine.util.template.TemplateLayout

VelocityXSLTLayout works the same way as VelocityOnlyLayout but
puts a TemplateLayout instance into the context (as "layout") 
before template parsing and checks if TemplateLayout has a stylesheet 
after parsing (thru layout.setStylesheet("some.xsl) in the layout template). 
If so the parsed result is transformed with XSLTService before output.

I hope this classes will be useful.

killi

--
Roall Lein-Killi
roall@griffel.no
-- 
Penguins are nice animals -
if you get to know them!

Re: [Contrib] VelocityXSLTLayout & TemplateLayout

Posted by Roall Lein-Killi <ro...@griffel.no>.
I forgot to import the ECS classes in VelocityXSLTLayout.java

Sorry!

If the person who add the classes to the source tree could do it
I'll be happy, else
I'll be back :-)

killi

-- 
Penguins are nice animals -
if you get to know them!

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org