.
.
.
...

JavaScript Creating DOM elements in a ...

by https://www.google.com/accounts/o8/id?id=AItOawn4VBTJWio9c9HU8aELBjkIu53LWMVjhqc, June 19, 2011 13:43, No refactoring, tagged with jquery, dom, node creation

On the cusp of graduating f...

55502f40dc8b7c769880b10874abc9d0 Talk
private LinkedList<String> basePackages;

private String getAttribute( Node node, String name )
...

Java Get a package name or packa...

by https://www.google.com/accounts/o8/id?id=AItOawmcK8sVHybv2DEt4Muzx_2tJvN4hJIVK1s, June 22, 2010 21:42, 1 refactoring, tagged with xml, java, dom

Figures out the current ful...

55502f40dc8b7c769880b10874abc9d0 Talk
;(function($) {
        $.fn.extend(
...

JavaScript filter selectbox with 3000+...

by akarzim, February 03, 2010 23:05, 2 refactorings, tagged with speed, jquery, dom, select

This is a little jQuery scr...

0018abed2b5e8b460993ed915adc0d11 Talk
private void schematronTransformation()
      throws TransformerException {
      TransformerFactory tf = TransformerFactory.newInstance();
...

Java Multiple XSLT for Schematro...

by DaJunkie, October 09, 2009 10:39, 1 refactoring, tagged with validate, xml, java, sax, dom, jaxp, pipe, transform, xslt, schematron

I want to validate some XML...

8e21dd65dca319ca81a0cd80393d4c13 Talk
#!/usr/bin/python
# -*- coding: utf-8 -*-

...

Python Parse XML from Yahoo weathe...

by kael, August 26, 2008 17:27, 3 refactorings, tagged with xml, python, rss, dom

Is there a more efficient w...

Ec5a58db4acc016568e0293d283cbc2d Talk
$.fn.textNodes = function() {
  var ret = [];
  this.each( function() {
...

JavaScript [jQuery] All descendent tex...

by jed, June 29, 2008 07:35, 11 refactorings, tagged with speed, recursive, jquery, dom

This function returns a jQu...

7b72d5a18ab92129692e97a76a153fe0 Talk