| How do I escape a white space in my nested include? | How do I escape a white space in my nested include? 2005-05-17 - By Stefan Bodewig
On Mon, 16 May 2005, Eric Wood <ewood@(protected)> wrote:
> I'm using one include because there may be a variable number of > items in my list for different modules that use this dirset so I > can't merely use separate <include> nested elements.
The nested <include> elements won't see more than one entry anyway. They do not expect a list at all, they expect a single entry.
The includes attribute would allow a list, but you can't escape the separator at all for the attribute.
Stefan
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |