Re: [Hypercontent-users] Further doubts and clarifications needed
Brought to you by:
alexvigdor
From: tom t. <j_l...@ya...> - 2007-03-07 03:20:36
|
> To automatically have an index file created inside > every directory, > you could use create="auto" with your index doctype, > e.g. > > <xml-doctype path="/**/index.xml" create="auto" ... What I want is not to create index file in every directory but only in the new folder being created. Above will create index.xml in each folder. I allready go the xml-doctype as follows in my project definition <xml-doctype create="manual" definition="" label="Page" path="/**/*.xml" root="html"> â <output basedir="/plain/" content-type="text/html"> â <transform source="/config/skins/plain/common.xsl"> <with-param name="link-base" value="/plain"/> </transform> </output> </xml-doctype> Thanks ____________________________________________________________________________________ It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. http://tools.search.yahoo.com/toolbar/features/mail/ |