Re: [Hypercontent-users] including data from one directory up
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2005-11-22 18:29:57
|
Hi, The pattern "../*" is valid for one level up; for the current=20 directory simply use "*". HyperContent 2.0 supports an additional=20 relative construction "/!/*", which indicates every page that shares=20 the same root directory as the current page (or /!/!/* for every page=20 in the second level directory of this page, etc). You can also use **=20= patterns to indicate recursion in HC2, e.g. "**/*" indicates every file=20= at or below the current directory. Alex On Nov 22, 2005, at 10:44 AM, ke...@la... wrote: > Hello, > > Is it possible to use the construction like > <include data=3D"no" metadata=3D"yes" source=3D"../*"/> > or > <include data=3D"no" metadata=3D"yes" source=3D"./*"/> > in /config/project-definition.xml? > > Thank you! > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_idv28&alloc_id=16845&op=C4=A2k > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |