Every repository with this icon (
Every repository with this icon (
| Description: | Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser with XPath and CSS selector support. edit |
-
0 comments Created 2 days ago by tenderlove1.4.1xAdd the ":self" psuedo selectortenderlovexAdd the ":self" pseudo selector so that people can have CSS expressions like this:
":self > foo"which would be equivalent to this:
"./foo"Comments
-
0 comments Created 3 months ago by tenderlove1.4.1xFigure out how to attach a DTD to a documenttenderlovexI would like to be able to attach a DTD to an HTML document so that the id() xpath function works.
Comments
-
I don't know if this really a bug or if I'm being really stupid, but here goes:
So, when you have a double quote character inside your attribute value, nokogiri does this
attribute='a string with a double " quote'
Unfortunately, this is making the xerces java parser (or whatever parser Openfire uses) throw a hissy fit. While I understand this may be a xerces bug (OWPOU), not a nokogiri one, it would still be nice if we could have the option of using
attribute="a string with a double " quote"
(I tried using send(:native_content=, "...") but that has the same result.
Comments
-
1 comment Created 23 days ago by paranormal1.4.1xNokogiri::XML ignore my set encodingtenderlovexReproduce
Nokogiri::XML(open('http://www.cite-sciences.fr/rss/ressources/fr/faq_fr_20.xml').read, nil, 'UTF-8', 18543)
Nokogiri::XML::SyntaxError: Unsupported encoding UTF-85
This xml, not valid becouse <?xml version="1.0" encoding="UTF-85"> but encoding set global.
Thanks for nokogiri ^-^.
Comments
paranormal
Mon Nov 02 00:50:22 -0800 2009
| link
This is important for me. Because of my program is web robot that detects encoding and merge to utf before nokogiri work.
I think, nokogiri must ignore tag encoding if they set in initialize.
-
We might want to write up some docs that present functionality broken down the same way that jQuery's docs do it (which I find totally useful and obvious):
- core (parsing)
- selectors
- attributes
- traversing
- manipulation
Comments
tenderlove
Fri May 15 09:39:55 -0700 2009
| link
I like this. Should we do it in the wiki? Or as RDoc? Or both?
I'd say both of them... with the hpricot api seemingly unavailable following why's disappearance, better / more complete documentation for nokogiri would be a great help.
tenderlove
Sat Nov 07 12:23:39 -0800 2009
| link
We're doing our best. All methods are currently documented. Unfortunately "better" is a very subjective word. That being said, patches are greatly appreciated!
We've launched a new website: http://nokogiri.org
And we're working on tutorials. :-(
-
0 comments Created 5 months ago by flavorjonesffixFFI ruby object caching should be rewritten to not use id2refmdalessioxid2ref is slow and may be turned off by default in JRuby 1.4.
discussed with wmeissner, and the probable path is to build an API into FFI that is an hash table containing address => weakref(ruby_object).
Comments
-
1 comment Created 5 months ago by flavorjonesffixFFI: support varargs in error/exception callbacksmdalessioxwe should open JIRA tickets for vararg support in FFI callbacks
then we should format the libxml error messages properly in the error/exception callbacks
Comments
flavorjones
Sun Jun 21 19:38:17 -0700 2009
| link
@tmm1 poked me about this. I'll open a ticket for it tonight.
-
0 comments Created 5 months ago by flavorjonesffixuse get_array_of_pointer for performance improvementmdalessioxshould be in JRuby 1.3 final, not sure about MRI-FFI right now. in particular, this can be used in SAX parser implementation.
Comments
-
0 comments Created 3 months ago by flavorjonesffixFFI needs unlinkedNodes to be optimizedmdalessioxExtension commit f34f3bd needs to be ported.
Comments
- 1.2.3▾
- 1.3.0▾
- 1.3.1▾
- 1.3.2▾
- 1.3.3▾
- 1.4.0▾
- 1.4.1▾
- REE▾
- ffi▾
- jruby▾
- libxml2▾
- mdalessio▾
- namespace-confusion▾
- tenderlove▾
- Apply to Selection
-
Change Color…
Preview:preview
- Rename…
- Delete











