Re: [Hypercontent-users] Further doubts and clarifications needed
Brought to you by:
alexvigdor
From: tom t. <j_l...@ya...> - 2007-03-07 23:26:00
|
Hi Alex, I decided to keep the following so that user can manually add any xml with any name inside any folder. Hope there is no issues with this? <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> --- Alex Vigdor <al...@bi...> wrote: > If you just want an index in a new folder, you > should have the user > create an instance of a doctype "/**/index.xml". > This will > automatically create the enclosing folder. You can > even label the > 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="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/ > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get > the chance to share your > opinions on IT & business topics through brief > surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > ____________________________________________________________________________________ Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains. http://farechase.yahoo.com/promo-generic-14795097 |