Repositories (84931)
(0.579 seconds)

TouchCode / TouchXML (C)

Official "clone" of TouchXML from TouchCode
382.8 KB | 95 forks | 369 stars | last activity 6 months ago

robbiehanson / KissXML (Objective-C)

A replacement for Cocoa's NSXML cluster of classes. Based on libxml. Works on iOS.
183.6 KB | 62 forks | 223 stars | last activity 5 months ago

ZaBlanc / RaptureXML (Objective-C)

A simple, sensible, block-based XML API for iOS and Mac development.
273.4 KB | 33 forks | 321 stars | last activity 5 months ago

Leonidas-from-XIV / node-xml2js (CoffeeScript)

Simple XML to JavaScript object converter.
168 KB | 49 forks | 312 stars | last activity 1 day ago

bcaccinolo / XML-to-NSDictionary (Objective-C)

an iPhone XML to NSDictionary converter
183.6 KB | 62 forks | 145 stars | last activity almost 2 years ago
Users (47)
(0.008 seconds)

xml

0 followers | 0 repositories

xmlwerks - Hank Ratzesberger.org

0 followers | 1 repository | located in California, USA

xmly

0 followers | 8 repositories | Ruby

xmlu - Xiao-Ming Lu

0 followers | 2 repositories | Ruby

xml5

0 followers | 1 repository

Source Code (14550850)
(1.464 seconds)

eed3si9n/scalaxb » cli / src_generated / wsdl20 / xmlprotocol.scala (Scala)


/**
usage:
import scalaxb._
import wsdl20._

val obj = fromXML[Foo](node)
val document = toXML

michifunk/sample_app2 » gems / ruby / 1.8 / gems / nokogiri-1.4.4.1-x86-mingw32 / ext / nokogiri / xml_node.c (C)

#include <xml_node.h>

static ID decorate, decorate_bang;

#ifdef DEBUG
static void debug_node_dealloc(xml

eed3si9n/scalaxb » cli / src_generated / scalaxb / scalaxb.scala (Scala)

package scalaxb

import scala.xml.{Node, NodeSeq, NamespaceBinding, Elem, Unprefixed

sshwsfc/apf » core / lib / xmldb.js (JavaScript)

-1301 USA, or see the FSF site: http://www.fsf.org.
 *
 */

//#ifdef __WITH_XMLDATABASE

/**
 * The xml

sshwsfc/apf » databinding / lib / xmldb.js (JavaScript)

_XMLDATABASE
    if (apf.xmldb)
        apf.xmldb.unbind(apf.window);
    //#endif
});

/**
 * The xml database object

Markdown Cheat Sheet

Format Text

Headers

# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag

Text styles

*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__

*You **can** combine them*

Lists

Unordered

* Item 1
* Item 2
  * Item 2a
  * Item 2b

Ordered

1. Item 1
2. Item 2
3. Item 3
   * Item 3a
   * Item 3b

Miscellaneous

Images

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Links

http://github.com - automatic!
[GitHub](http://github.com)

Blockquotes

As Kanye West said:

> We're living the future so
> the present is our past.

Code Examples in Markdown

Syntax highlighting with GFM

```javascript
function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
```

Or, indent your code 4 spaces

Here is a Python code example
without syntax highlighting:

    def foo:
      if not bar:
        return true

Inline code for comments

I think you should use an
`<addr>` element here instead.
Something went wrong with that request. Please try again.

Looking for the GitHub logo?