I can't speak for John, but I asked about this about a month ago and
he was saying it was slated for the 1.2 release.

-js


On May 31, 2:46 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Rick Faircloth wrote:
> > Let's hope so... I want him to be in business
>
> > when I need him... I'm getting up in age, you know.  ;o)
>
> > Rick
>
> > PS - I didn't know xml files had colons!
>
> The colon in XML files, e.g. in tags to be precise, denotes a namespace
> the particular element belongs to. There is a special selector for
> namespaces (CSS 3). The following would select an element named bar
> belonging to the namespace foo (<foo:bar/>):
>
> foo|bar
>
> http://www.w3.org/TR/css3-selectors/#typenmsp
>
> The given example:
>
> $('xsl|template')
>
> But I don't know if jQuery currently supports this. It has been
> discussed but I can't remember the outcome.
>
> -- Klaus

Reply via email to