public marks

PUBLIC MARKS from bcpbcp with tag xml

March 2006

Reading RSS the easy way - Flashmagazine

(via)
I used to hate XML and all the looping across nodes to get data. Then I found a class called XMLSA, created by Max Ziebell. Using XMLSA, making a RSS news ticker/reader is easy.

So What is "Feed to JavaScript"?

by 17 others (via)
An RSS Feed is a dynamically generated summary (in XML format) of information or news published on other web sites- so when the published RSS changes, your web site will be automatically changed too.

February 2006

Processing XML with the XML Pull Parser

(via)
The DOMParser is probably the most commonly used Java object for reading and validating XML documents. The DOMParser reads the XML and (depending on the parser initialization) will validate the XML against an XML schema. If the XML is valid, the DOMParser will return a Document (DOM) object, which represents the XML as a tree structure. The XML can be processed by walking this tree. An example of how the DOMParser can be applied to processing arithmetic expressions in XML format is discussed on a companion web page.

Libwww - the W3C Sample Code Library

(via)
Libwww is a highly modular, general-purpose client side Web API written in C for Unix and Windows (Win32). It's well suited for both small and large applications, like browser/editors, robots, batch tools, etc. Pluggable modules provided with libwww include complete HTTP/1.1 (with caching, pipelining, PUT, POST, Digest Authentication, deflate, etc), MySQL logging, FTP, HTML/4, XML (expat), RDF (SiRPAC), WebDAV, and much more. The purpose of libwww is to serve as a testbed for protocol experiments.

Bulletsmorph

Bulletsmorph is genetic programing(GP) based the barrage of bullets creating engine (To learn GP, please see genetic-prgramming.org). The bulletsmorph crosses between the existing patterns of the barrage of bullets and creates the new pattern.

Google AJAXSLT

by 12 others
AJAXSLT is an implementation of XSL-T in JavaScript, intended for use in fat web pages, which are nowadays referred to as AJAX applications. Because XSL-T uses XPath, it is also an implementation of XPath that can be used independently of XSL-T.

October 2005

XMLHttpRequest Usability Guidelines | Baekdal.com

by 19 others
XMLHttpRequest is becoming more and more popular, and many people are currently exploring what we could do with it. Unfortunately this also causes people to reinvent old and forgotten usability problems.

Jeni's XSLT Pages: Grouping Using the Muenchian Method

Grouping is a common problem in XSLT stylesheets: how do you take a list of elements and arrange them into groups.

XML.com: Generating Unique IDs and Linking to Them

Identificadores Ășnicos para arquivos XML (Ăștil em relacionamentos)