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)
![]() xmlwerks - Hank Ratzesberger.org (xml@xmlwerks.com)
0 followers
|
1 repository
|
located in California, USA
|
/** usage: import scalaxb._ import wsdl20._ val obj = fromXML[Foo](node) val document = toXML
#include <xml_node.h> static ID decorate, decorate_bang; #ifdef DEBUG static void debug_node_dealloc(xml
package scalaxb import scala.xml.{Node, NodeSeq, NamespaceBinding, Elem, Unprefixed
-1301 USA, or see the FSF site: http://www.fsf.org. * */ //#ifdef __WITH_XMLDATABASE /** * The xml
_XMLDATABASE if (apf.xmldb) apf.xmldb.unbind(apf.window); //#endif }); /** * The xml database object
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*
Unordered
* Item 1 * Item 2 * Item 2a * Item 2b
Ordered
1. Item 1 2. Item 2 3. Item 3 * Item 3a * Item 3b
Images
 Format: 
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.
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.