The Open Source Swiss Army Knife

/xml/xml_c/
/xml/xml_c/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /xml   /xml_c 
sub-categories and articles

                                                  
direxpat-1.95.7 add
direxpat_docs expat documentation
dirtests from directory of /expat-1.95.7/
   --->create new sub-category


callbacks.c
expat callbacks can be made by doing pattern match on tag

/* This is simple demonstration of how to use expat. This program

callbacks2.c
expat content processor

/* This is simple demonstration of how to use expat. This program

callbacks3.c
add

/* This is simple demonstration of how to use expat. This program

dbus-gloader-expat.c
ExpatParseContext *context = userData; (to assign userdata)

/* -*- mode: C; c-file-style: "gnu" -*- */

dbus-gparser.h
add

/* -*- mode: C; c-file-style: "gnu" -*- */

elements.c
prints out names of tags

/* This is simple demonstration of how to use expat. This program

expat.htm
add

expat: a parser written by james clark

  1. introduction
  2. limitations
  3. programming
  4. examples

line.c
add

/*****************************************************************

outline.c
retrieves attribute and value pairs

/*****************************************************************

personal-schema.xml
add

<?xml version="1.0" encoding="UTF-8"?> <?proc-inst-1 'foo' ?> <personnel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation='personal.xsd'> <person id="Big.Boss">

personal.dtd
add

<?xml encoding="ISO-8859-1"?> <!-- @version: --> <!ELEMENT personnel (person)+> <!ELEMENT person (name,email*,url*,link?)> <!ATTLIST person id ID #REQUIRED>

personal.xml
add

<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE personnel SYSTEM "personal.dtd"> <!-- @version: --> <personnel> <person >

personal.xsd
add

<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'> <xs:import namespace="http://www.w3.org/XML/1998/namespace"> <xs:annotation> <xs:documentation>

redirect.dtd
add

<?xml encoding="ISO-8859-1"?> <!-- @version: --> <!ELEMENT personnel (person)+> <!ELEMENT person (name,email*,url*,link?)> <!ATTLIST person id ID #REQUIRED>

xmlparse.h
add

/*
   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with xml_c to the sirfsup! web directory for listing

return to top