Re: spaces in hdf keys?

"David Jeske" <[email protected]> Tue, 12 Jan 2010 18:51:48 -0000
Newsgroups gmane.text.clearsilver.general
Message-ID <[email protected]>
I know this question is super old, but I didn't see it answered.

Yes, HDF keys can contain spaces, but obviously this creates problems for using
typical "dotted path" syntax in CS files. Furthermore, I don't believe there is
any way to reference a top-level node that has a space in it from CS. brandon
can elaborate.




-- Scott Hassan wrote:
>
> Are spaces allowed in HDF key names?
>
> Scott
> --
>
> import neo_cgi, neo_util
>
> h = neo_util.HDF()
> h.setValue("a b", "1")
> s = h.writeString()
>
> h2 = neo_util.HDF()
> h.readString(s)
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>