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 &lt;div class=&quot;foo&quot;&gt;&lt;/div&gt; 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 = &quot;foo&quot;;</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-&gt;query(&quot;//*[@class = &#39;&quot;.$class.&quot;&#39;]&quot;);</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; ">&lt;div class=&quot;foo bar&quot;&gt; &lt;/div&gt;</span></div>

<div><br></div><div><br></div><div>I don&#39;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>