1
2
3
4
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 dom, xml, java

Figures out the current ful...

Avatar Talk
1
2
3
<?xml version="1.0"?>
<Node1
...

C# Formatting XML

by JimMcKeeth, June 18, 2010 01:46, 2 refactorings, tagged with xml, simplicity, performance, formatting

I have an unformatted XML s...

E5ca3abec062f8174570a4b1d1c840d8 Talk
1
2
3
4
#!/usr/bin/env ruby
require 'rubygems'
require 'nokogiri'
...

Ruby Help tighten up this code

by arcterex.myopenid.com, April 28, 2010 19:29, No refactoring, tagged with xml, twitter, nokogiri

This is a script to extract...

5bc3ee98b5a5bd0cd936554de2bdc232 Talk
1
2
3
4
module Main where

import Text.XML.HaXml
...

Haskell Code from a novice Haskell ...

by jaewon.mp, February 03, 2010 10:21, No refactoring, tagged with haskell, HaXml, xml

It's a simple command-line ...

2f9c571c7d57b6e2170eae9a372e24b8 Talk
1
2
3
4
require 'net/http'
require 'rexml/document'
require 'download.rb'
...

Ruby help with processing nzb/xm...

by bain19.myopenid.com, January 09, 2010 23:51, 4 refactorings, tagged with nzb, usenet, download, parse, slow, ruby, xml

I was bored during ruby cla...

642d333608cc3483f64dba38cb81bdd2 Talk
1
2
3
4
#!/usr/bin/env ruby -w

require 'rexml/document'
...

Ruby Let me merge my Tomboy notes!

by Scott Robinson, December 04, 2009 02:27, 1 refactoring, tagged with ruby, xml, functional

Learning Ruby, and learning...

1945ab4cdb87eaf5a5c906fa884c29f1 Talk
1
2
3
4
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 schematron, xslt, transform, pipe, jaxp, dom, sax, java, xml, validate

I want to validate some XML...

8e21dd65dca319ca81a0cd80393d4c13 Talk
1
2
3
4
public static class ObjectToXmlConverter
{
    #region Class Methods
...

C# XML Object Serializer to XS...

by dotnetchris, September 25, 2009 19:20, 2 refactorings, tagged with C#, xml, serialization, xslt, transform

I'm using XSLT for document...

F0e7c2d0d5d83c928cfcfce66928160e Talk
1
2
3
4
require 'hpricot'

class Parser
...

Ruby Create a Hash from XML usin...

by smacks, June 25, 2009 12:23, 1 refactoring, tagged with ruby, hpricot, xml, soap, hash

With ruby you could use REX...

34d2ae3f7fdcec853ec24cf85715da96 Talk
1
2
3
4
				URL url = new URL("https://dev.psigate.com:7989/Messenger/XMLMessenger");
				HttpURLConnection connection = (HttpURLConnection)url.openConnection();
				connection.setDoInput(true);		
...

Java PSiGate

by danielharan, January 30, 2009 01:46, 4 refactorings, tagged with psigate, cc, xml, webservice

This seems particularly egr...

880cbab435f00197613c9cc2065b4f5a Talk
1
2
3
4
	public class XmlStringSerializer
	{
		static Dictionary<string, Type> types = new Dictionary<string, Type>();
...

C# Polymorphic XML serializer

by mcintyre321, January 22, 2009 01:04, 3 refactorings, tagged with serialization, xml

The default XML serializer ...

4908618aea7c32eb0f94d398b57fa28d Talk
1
2
3
4
get '/:id' do
  @vent = Vent.get(params[:id])
  erb :show
...

Ruby Trying to condence 2 method...

by Jason Calleiro, December 10, 2008 21:53, 7 refactorings, tagged with ruby, sinatra, rails, rest, xml

Currently using sinatra fra...

A4e2fea57f511d697f1de55198996f23 Talk
1
2
3
4
    for directory in @directories
      xml.item do
        xml.title "#{directory.name} (PR #{directory.pagerank})"
...

Ruby xml rss feed

by chovy.myopenid.com, November 05, 2008 07:13, 2 refactorings, tagged with Ruby on Rails, proc, xml, ruby

Looking for a better way to...

035687df00d162cec025302373ebc076 Talk
1
2
3
4
require 'rubygems'
require 'activesupport'
require 'hpricot'
...

Ruby Simplest way to find the na...

by jnstq, October 28, 2008 20:25, 2 refactorings, tagged with xml

Is there a simpler way of g...

A4d90c6fe98bfe0b491c277c3e687031 Talk
1
2
3
4
#!/usr/bin/python
# -*- coding: utf-8 -*-

...

Python Parse XML from Yahoo weathe...

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

Is there a more efficient w...

Ec5a58db4acc016568e0293d283cbc2d Talk
1
2
3
4
xml = REXML::Document.new(data)

artists = []
...

Ruby cleaner way to limit result...

by timmyvontrimble.myopenid.com, July 14, 2008 19:12, 10 refactorings, tagged with rails, xml, array, iteration, ruby

Wow! All of these refactori...

16462f49b44507dc6522eb9bea0fce51 Talk
1
2
3
4
class XML_QNC
 {
  private $reader   = "";
...

PHP XMLReader to Array Class

by ellisgl.myopenid.com, June 12, 2008 22:28, 6 refactorings, tagged with php, xml, class

XMLReader is fast and uses ...

8bba46dba9043c254e6eef1aa664e6f0 Talk
1
2
3
<?php

...

PHP Moving my xml parsing into ...

by Jason Calleiro, June 01, 2008 20:18, 3 refactorings, tagged with php, function, xml, parse

I have a list of pages, wit...

A4e2fea57f511d697f1de55198996f23 Talk
1
2
3
<!-- THE XML IM TRYING TO PARSE -->
...

Ruby Trying to parse XML and pas...

by Jason Calleiro, May 30, 2008 20:09, 4 refactorings, tagged with ruby, rails, parse, xml, hpricot

I am completely new to ruby...

A4e2fea57f511d697f1de55198996f23 Talk
1
2
3
4
require 'net/http'
require 'rubygems'
require 'xmlsimple'
...

Ruby Parsing XML from a Web Service

by mwilliams, May 17, 2008 21:10, 3 refactorings, tagged with ruby, hash, xml, web, service

I'm working with a web serv...

4236ea6b84f4899b469e8edff4bf6d22 Talk
1
2
3
4
<?php

function fetch($url,$start,$end){
...

PHP Wikipedia API and text form...

by z3ro, January 09, 2008 18:37, 1 refactoring, tagged with wikipedia, api, wikimedia, php, xml, regex, parser, formatting, plain html, html, convert

I need to add Wikipedia's i...

E90ba01aea329491b312280d1eea606b Talk
1
curl http://www.cnn.com | perl -ne 'm/>([^<].*?[^>])<\// && print$1."\n"'

Perl Perl one-liner to extract x...

by griflet, November 13, 2007 17:19, 4 refactorings, tagged with perl, oneliner, one-liner, xml, tags, html, xhtml

Hello,
I'm a web-scrapping...

Aae34a7973a8d98e53764a1c89090c55 Talk
1
2
3
4
require 'rubygems'
require 'uri'
require 'net/http'
...

Ruby Technorati Ping

by Brianthecoder, November 04, 2007 08:47, 2 refactorings, tagged with xml, technorati

This code is made to be in ...

3f91cf60c92b20940674ebdeb46f6582 Talk
1
2
3
  Private Function GetPreviousMonthsXml(ByVal months As Integer, ByVal startDate As Date, ByVal xDoc As XmlDocument, ByVal path As String, ByVal nodeName As String) As XmlDocument
...

VB.NET Load XmlNodeList into an Xm...

by travis, October 01, 2007 08:16, No refactoring, tagged with xml, node, xmldocument, vb, .net, nodelist, asp.net

Basically I'm just try to l...

918aabb05e77cfa8e40d2a76a5168326 Talk