On 12/22/06, Klaus Hartl <[EMAIL PROTECTED]> wrote:

And then I was asking myself if a period is allowed in a tag name for
xml... but it's getting hard: http://www.w3.org/TR/REC-xml/#NT-Letter


Assuming that it is (I couldn't tell from that link), I suppose jQuery could
implement some sort of character escaping mechanism. So:

$("com.syndic.data.metadata.TagEntity", xml)

would search for all elements that have all of these class names and

$("com\.syndic\.data\.metadata\.TagEntity", xml)

would search for all <com.syndic.data.metadata.TagEntity> elements

--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to