Pretend it's html. As if it was a div and a span. It works the same way. $("mtemplate receiver").text()
Glen On Nov 18, 2007 7:04 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > <?xml version="1.0" encoding="ISO-8859-15"?> > <pmtemplate> > <reciever>Enter Your Friends name Here</reciever> > <sender>[EMAIL PROTECTED]</sender> > <subject>We will be canceling your google account</subject> > <body>Hello, FRIENDS NAME HERE > > It seems that we've been getting many complaints from different > people about you abusing your Google account, and we are on the urge > of canceling your Google account in 24 hours. If you have any > questions contact us immediately. > > Regards, > Google.com. > </body> > </pmtemplate> > > Above is my basic template, I just want to get each value using > jquery. How can I do this? >