Re: [Hypercontent-users] viewing xsl files
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2007-03-15 14:03:29
|
Hi Tom, XSL is configured to use a special template which shows you what the output will look like when the XSL is applied to XML. This is useful for rapid previewing of XSL changes, without having to save the changes. This is set up in the bootstrap pipelines.xml: <pipeline mode="preview" binding="/**/*.xsl"> <dependencies> <permission activity="read"/> </dependencies> <exec stage="org.hypercontent.project.engine.stage.XSLPreviewStage"/> </pipeline> You can override this within your project for all XSL or just certain XSL, or disable it globally. If you would like to leave this enabled and just want to know how to get the actual XSL, you can either use the contextual menu in the directory listing to download the XSL file, or open it for edit and use the download link. Cheers, Alex On Mar 14, 2007, at 10:47 PM, tom tom wrote: > Hi, > > When I try to view the /config/skins/base.xsl it > renders some other xml files which I created. > > I cant view even the common.xsl, Is there any entry > that I should have in the project-definition.xml > > > Thanks > > > > ______________________________________________________________________ > ______________ > We won't tell. Get more on shows you hate to love > (and love to hate): Yahoo! TV's Guilty Pleasures list. > http://tv.yahoo.com/collections/265 > |