Quote:
Originally Posted by charleski
This is because RegExps are unable to handle balanced tags with arbitrary levels of nesting, and it might ease some problems with accessibility (and with those who have difficulty with RegExps).
|
I'm sure people are using regexps to find specific tags with specific classes or attributes. xpath would be a nice addition to this programme.
eg:
//p[@class="someclass"]
Quote:
Originally Posted by charleski
Sigil, in my mind, is a tool for people who are comfortable with the idea of coding in xhtml and css (which are, frankly, ridiculously simple in general) rather than for those looking for a 'word-processor' experience.
|
Couldn't agree more.
I've seen all the updates on the project website, thank you very much charleski for all the bug fixes. Thanks both of you.