/* E X A M P L E ----------------------------------------------- $feed = new RSS(); $feed->title = "RSS Feed Title"; ...
PHP RSS Writer Class
import csv, ConfigParser, datetime, time from lxml import etree ...
Python XML Schema parsing and XML ...
I wrote a tool to parse som...
private LinkedList<String> basePackages; private String getAttribute( Node node, String name ) ...
Java Get a package name or packa...
Figures out the current ful...
<?xml version="1.0"?> <Node1 ...
C# Formatting XML
I have an unformatted XML s...
#!/usr/bin/env ruby require 'rubygems' require 'nokogiri' ...
Ruby Help tighten up this code
This is a script to extract...
module Main where import Text.XML.HaXml ...
Haskell Code from a novice Haskell ...
It's a simple command-line ...
require 'net/http' require 'rexml/document' require 'download.rb' ...
Ruby help with processing nzb/xm...
I was bored during ruby cla...
#!/usr/bin/env ruby -w require 'rexml/document' ...
Ruby Let me merge my Tomboy notes!
Learning Ruby, and learning...
private void schematronTransformation()
throws TransformerException {
TransformerFactory tf = TransformerFactory.newInstance();
...
Java Multiple XSLT for Schematro...
I want to validate some XML...
public static class ObjectToXmlConverter
{
#region Class Methods
...
C# XML Object Serializer to XS...
I'm using XSLT for document...
require 'hpricot' class Parser ...
Ruby Create a Hash from XML usin...
With ruby you could use REX...
URL url = new URL("https://dev.psigate.com:7989/Messenger/XMLMessenger");
HttpURLConnection connection = (HttpURLConnection)url.openConnection();
connection.setDoInput(true);
...
Java PSiGate
This seems particularly egr...
public class XmlStringSerializer
{
static Dictionary<string, Type> types = new Dictionary<string, Type>();
...
C# Polymorphic XML serializer
The default XML serializer ...
get '/:id' do @vent = Vent.get(params[:id]) erb :show ...
Ruby Trying to condence 2 method...
Currently using sinatra fra...
for directory in @directories
xml.item do
xml.title "#{directory.name} (PR #{directory.pagerank})"
...
Ruby xml rss feed
Looking for a better way to...
require 'rubygems' require 'activesupport' require 'hpricot' ...
Ruby Simplest way to find the na...
Is there a simpler way of g...
#!/usr/bin/python # -*- coding: utf-8 -*- ...
Python Parse XML from Yahoo weathe...
Is there a more efficient w...
xml = REXML::Document.new(data) artists = [] ...
Ruby cleaner way to limit result...
Wow! All of these refactori...
class XML_QNC
{
private $reader = "";
...
PHP XMLReader to Array Class
XMLReader is fast and uses ...
<!-- THE XML IM TRYING TO PARSE --> ...
Ruby Trying to parse XML and pas...
I am completely new to ruby...
require 'net/http' require 'rubygems' require 'xmlsimple' ...
Ruby Parsing XML from a Web Service
I'm working with a web serv...
<?php
function fetch($url,$start,$end){
...
PHP Wikipedia API and text form...
I need to add Wikipedia's i...
curl http://www.cnn.com | perl -ne 'm/>([^<].*?[^>])<\// && print$1."\n"'
Perl Perl one-liner to extract x...
Hello,
I'm a web-scrapping...
require 'rubygems' require 'uri' require 'net/http' ...
Ruby Technorati Ping
This code is made to be in ...
http://www.snippetsmania.com/