Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Fixed finding of classes in which there are line breaks #24

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

AlexSuperStar
Copy link

Fixed finding of classes in which there are line breaks
Example:
<a class="one
two"...

qris and others added 30 commits November 16, 2012 18:56
…ly, for example to retrieve a generated excel file
Returns attributes for all matched elements, not just the first one.
E.g. the href attribute of all matching links.
The previous nth-child('an+b') implementation could only have a and b values that were single digit (eg
 5n-7).  Patterns like 13n+14 were not supported, and were interpreted as nth-child('13').
fix nth-child implementation (thanks Isowen)
fmorrow's repo is no longer available
Replace deprecated functions split() and join() with explode() and implode().
Import wiki from Google Code page -- thanks stevecoug
Fixed getString(0) and getStrings(0) null check
Fixed getString(0) and getStrings(0) null check
 - implicit conversion made 0 == null
 - now checking for exact null instead
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants