require 'open-uri'

class NewsController < ApplicationController
...

Ruby Problem with passing xml fr...

by tragicdancer.myopenid.com, January 13, 2011 19:42, 10 refactorings, tagged with rails, xmldocument, api, nokogiri

Hi!
Im trying to parse xml...

55502f40dc8b7c769880b10874abc9d0 Talk
public static XmlNode ViewFields
{
  get
...

C# XmlNode creation

by Robert, March 06, 2010 13:36, 1 refactoring, tagged with xmldocument

Very simple piece of code w...

Bf2af16812228b5a54daeb30c96efaf2 Talk
function getFirstElementTextByName(ElementName: string; const XMLDoc: IXMLDocument): string;
var
  NodeList: IDOMNodeList;
...

Delphi XML Helper Function

by jamiei, March 27, 2009 18:11, 2 refactorings, tagged with xmldocument, delphi

This is intended to be a he...

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