/* E X A M P L E -----------------------------------------------
		$feed = new RSS();
		$feed->title       = "RSS Feed Title";
...

PHP RSS Writer Class

by https://www.google.com/accounts/o8/id?id=AItOawkrlIWZOJFG_JL2F2-39pufYjElslWtCGU, August 23, 2011 07:01, 18 refactorings, tagged with class, xml, php, html, web, apache, server, write
D41d8cd98f00b204e9800998ecf8427e Talk
import csv, ConfigParser, datetime, time
from lxml import etree

...

Python XML Schema parsing and XML ...

by https://www.google.com/accounts/o8/id?id=AItOawnskEpQmE0uSHiw6mtC_WFcUDNCuvejHdE, July 21, 2011 10:08, No refactoring, tagged with xml, parsing, xsd, lxml

I wrote a tool to parse som...

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
<?xml version="1.0"?>
<Node1
...

C# Formatting XML

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

I have an unformatted XML s...

E5ca3abec062f8174570a4b1d1c840d8 Talk
#!/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
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 xml, haskell, HaXml

It's a simple command-line ...

2f9c571c7d57b6e2170eae9a372e24b8 Talk
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 download, ruby, xml, parse, nzb, usenet, slow

I was bored during ruby cla...

642d333608cc3483f64dba38cb81bdd2 Talk
#!/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 functional, ruby, xml

Learning Ruby, and learning...

1945ab4cdb87eaf5a5c906fa884c29f1 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
public static class ObjectToXmlConverter
{
    #region Class Methods
...

C# XML Object Serializer to XS...

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

I'm using XSLT for document...

F0e7c2d0d5d83c928cfcfce66928160e Talk
require 'hpricot'

class Parser
...

Ruby Create a Hash from XML usin...

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

With ruby you could use REX...

34d2ae3f7fdcec853ec24cf85715da96 Talk
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 xml, psigate, cc, webservice

This seems particularly egr...

880cbab435f00197613c9cc2065b4f5a Talk
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 xml, serialization

The default XML serializer ...

4908618aea7c32eb0f94d398b57fa28d Talk
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 rails, ruby, xml, sinatra, rest

Currently using sinatra fra...

A4e2fea57f511d697f1de55198996f23 Talk
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, xml, Ruby on Rails, proc

Looking for a better way to...

035687df00d162cec025302373ebc076 Talk
require 'rubygems'
require 'activesupport'
require 'hpricot'
...

Ruby Simplest way to find the na...

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

Is there a simpler way of g...

A4d90c6fe98bfe0b491c277c3e687031 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
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, ruby, xml, array, iteration

Wow! All of these refactori...

16462f49b44507dc6522eb9bea0fce51 Talk
class XML_QNC
 {
  private $reader   = "";
...

PHP XMLReader to Array Class

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

XMLReader is fast and uses ...

8bba46dba9043c254e6eef1aa664e6f0 Talk
<?php

...

PHP Moving my xml parsing into ...

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

I have a list of pages, wit...

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

Ruby Trying to parse XML and pas...

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

I am completely new to ruby...

A4e2fea57f511d697f1de55198996f23 Talk
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, xml, hash, web, service

I'm working with a web serv...

4236ea6b84f4899b469e8edff4bf6d22 Talk
<?php

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

PHP Wikipedia API and text form...

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

I need to add Wikipedia's i...

E90ba01aea329491b312280d1eea606b Talk
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 xml, perl, oneliner, one-liner, tags, html, xhtml

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

Aae34a7973a8d98e53764a1c89090c55 Talk
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