Re: [xml-dev] Attributes: syntax hacks

From
Jason Diamond <>
To
"Bullard, Claude L (Len)" <>
Date
2003-06-13T15:39:27Z
ID
<>
Thread
Re: [xml-dev] Attributes: syntax hacks
On Friday, June 13, 2003, at 06:26 AM, Bullard, Claude L (Len) wrote:

> But considering that filenames can have
> spaces in them in both MS and Unix operating
> systems, other than stuffing %20 in the strings,
> that is a likely solution.

If you have to stick them in attributes, URL-escaping seems like the 
best solution to me. It's easily describable with WXS and you have 
precedence: xsi:schemaLocation. Think of your attribute as containing a 
list of URIs, relative in this case.

> Other than
>
> <url>me1.jpg</url>
> <url>me2.jpg</url>
>
> what are better solutions?

That is the better solution, isn't it?

-- 
Jason Diamond
http://injektilo.org/