Hi all,<div><br></div><div>For the module I am maintaining at drupal, I need to select the element which has a specific class. I am using the following query for it:</div><div><br></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; border-collapse: collapse; line-height: 16px; white-space: pre-wrap; ">for eg <div class="foo"></div> is selected by the following query.</span></div>
<div><font class="Apple-style-span" face="-webkit-monospace"><span class="Apple-style-span" style="border-collapse: collapse; line-height: 16px; white-space: pre-wrap;"><br></span></font></div><div><font class="Apple-style-span" face="-webkit-monospace"><span class="Apple-style-span" style="border-collapse: collapse; line-height: 16px; white-space: pre-wrap;">$class = "foo";</span></font></div>
<div><span class="Apple-style-span" style="font-family: -webkit-monospace; border-collapse: collapse; line-height: 16px; white-space: pre-wrap; ">$xpath->query("//*[@class = '".$class."']");</span></div>
<div><font class="Apple-style-span" face="-webkit-monospace"><span class="Apple-style-span" style="border-collapse: collapse; line-height: 16px; white-space: pre-wrap;"><br></span></font></div><div><font class="Apple-style-span" face="-webkit-monospace"><span class="Apple-style-span" style="border-collapse: collapse; line-height: 16px; white-space: pre-wrap;">But, this fails in case of multiple classes, i.e. does not select this :</span></font></div>
<div><font class="Apple-style-span" face="-webkit-monospace"><span class="Apple-style-span" style="border-collapse: collapse; line-height: 16px; white-space: pre-wrap;"><br></span></font></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; border-collapse: collapse; line-height: 16px; white-space: pre-wrap; "><div class="foo bar"> </div></span></div>
<div><br></div><div><br></div><div>I don't have much experience in writing regex, can someone please help me out with this.</div><div><br></div><div><br></div><div>One more question: is this url valid : <a href="http://xyz.com/path">http://xyz.com/path</a> with space.html</div>
<div><br></div><div>Looking forward.</div><div>--<br>Regards,<br>Nitin Kumar Gupta<br><a href="http://publicmind.in/blog/">http://publicmind.in/blog/</a><br>
</div>