Added jOOX examples to ItsNat Experiments

53 views
Skip to first unread message

Jose Maria Arranz Santamaria

unread,
Jul 13, 2013, 1:48:48 PM7/13/13
to its...@googlegroups.com
jOOX https://code.google.com/p/joox/ is a nice fluid and compact API to traverse and modify Java W3C DOM trees.

For instance:

    $(doc).find(":ul#someULId").children() // li items
        .eq(2)  // li item 2
        .children() // content of li
        .eq(0) // span
        .append(htmlCode); 

Most of jOOX seem to work with ItsNat.


Most interesting source file.

Enjoy.



Jose Maria Arranz Santamaria

unread,
Jul 14, 2013, 4:28:48 AM7/14/13
to Ravindranath Akila, its...@googlegroups.com
Yes I know, but binaries and doc are still in Google Code.

By the way, I've enabled "publishing by mail" in ItsNat Google Group, your mail messages to its...@googlegroups.com were lost.


On 14/07/2013 5:06, Ravindranath Akila wrote:

Just noticed, they've updated the project now at :

https://github.com/jOOQ/jOOX

"jOOX stands for Java Object Oriented XML. It is a simple wrapper for the org.w3c.dom package, to allow for fluent XML document creation and manipulation where DOM is required but too verbose. jOOX only wraps the underlying document and can be used to enhance DOM, not as an alternative."

They're inspired by jQuery so the stuffs gotto be good!

R. A.

If your Fridays are boring, head over to http://thankgoditISFriday.com and sign up. Have fun!

--
You received this message because you are subscribed to the Google Groups "itsnat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to itsnat+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages