Hi All,
=20
I am trying to use the filter classes in the api to match the
below HTML Code, but not successful.
=20
<div class=3D"block">
<div class=3D"hd"><h2>Features</h2></div>
<div class=3D"indent">
<UL><LI>Well Defined Spatial Radiation Patterns
<LI>Viewing Angle: 15 degrees <LI>High Luminous Output <LI>Color:<BR>590
nm Amber<LI>High Operating Temperature: TJLED =3D +130 degrees C
<LI>Superior Resistance to Moisture <LI>Package Options:<BR> Without
Lead Stand-Offs<BR>Bulk </UL>
</div>
</div>
=20
Basically I am interested in the data from the List (<UL> ) tag.
There are many blocks like these in the whole HTML, and the only way to
differentiate this List is from the fact that it will have a <Div> block
as sibling which will have "Features" as text, and it will also enclosed
in another <div> tag, and these both DIV tags will be enclosed in a <Div
Class=3D"block"> tag. =20
=20
How to use the filters AND and NOT to match the above pattern?
=20
=20
I appreciate your help, and thank you all for your time.
=20
=20
=20
=20
|