Re: [Hypercontent-users] Further doubts and clarifications needed
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2007-03-07 13:28:49
|
If you just want an index in a new folder, you should have the user =20 create an instance of a doctype "/**/index.xml". This will =20 automatically create the enclosing folder. You can even label the =20 index doctype "Folder" if you feel it is more clear. Alex On Mar 6, 2007, at 10:20 PM, tom tom wrote: > >> To automatically have an index file created inside >> every directory, >> you could use create=3D"auto" with your index doctype, >> e.g. >> >> <xml-doctype path=3D"/**/index.xml" create=3D"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=3D"manual" definition=3D"" > label=3D"Page" path=3D"/**/*.xml" root=3D"html"> > =E2=88=92 > <output basedir=3D"/plain/" content-type=3D"text/html"> > =E2=88=92 > <transform source=3D"/config/skins/plain/common.xsl"> > <with-param name=3D"link-base" value=3D"/plain"/> > </transform> > </output> > </xml-doctype> > > > Thanks > > > > > ______________________________________________________________________=20= > ______________ > It's here! Your new message! > Get new email alerts with the free Yahoo! Toolbar. > http://tools.search.yahoo.com/toolbar/features/mail/ > |