public marks

PUBLIC MARKS from fredbird with tags xml & dev

December 2006

XML Nanny

by 1 other (via)
XML Nanny is a free (as in beer) Cocoa application for Mac OS X Tiger that allows you to parse and validate local or remote XML documents against DTD, W3C XML Schema, RELAX NG, and Schematron schemas.

RELAX NG Tutorial

RELAX NG is a simple schema language for XML, based on [RELAX] and [TREX]. A RELAX NG schema specifies a pattern for the structure and content of an XML document. A RELAX NG schema thus identifies a class of XML documents consisting of those documents that match the pattern. Two syntaxes have been defined for RELAX NG. The original syntax uses XML; with this syntax an RELAX NG schema is itself an XML document. Subsequently, a compact non-XML syntax has been defined. This document is a tutorial for RELAX NG version 1.0 using the XML syntax.

November 2006

bridge - python XML library

by 1 other (via)
bridge is a Python XML library trying to provide a high level and clean interface for manipulating XML documents.

May 2006

XSPF: XML Shareable Playlist Format: Home

by 1 other
XSPF is the XML format for sharing playlists. * It is open -- No proprietary lock-in. * It is portable -- You should be able to send a playlist to your friend and have it work. * It is well-engineered -- Most playlist formats get the easy things wrong.

January 2006

ongoing · Don’t Invent XML Languages

by 4 others
Here’s a radical idea: don’t even think of making your own language until you’re sure that you can’t do the job using one of the Big Five: XHTML, DocBook, ODF, UBL, and Atom.

July 2005

Content with Style: Database-driven tree structures with XML and XSLT

by 1 other
This article deals with the display of tree-structures that are driven by a database. There are actually a few approaches to transform a 2-dimensional structure into a tree, and it seems odd that most are unknown to many developers.

June 2005

Content with Style: XML as intermediate application layer

In this article I want to share my thoughts on techniques for keeping our code XML-based - so there's no need to get your hands dirty in your application code to change the markup that is rendered afterwards. Most things will be PHP related though.

March 2005

January 2005

YAML Ain't Markup Language

by 5 others
a wannabe standard for data formatting, without markup (therefore, not xml-compliant)

A Development Infrastructure for PHP

by 5 others
With every programming language I have worked in it has become normal practice, after having developed an initial series of programs, to identify a common structure to which all subsequent programs should be built. This may take some time as it involves a bit of trial and error in playing with the different ways in which a task can be achieved in order to find the methodology that gives the most advantages in the long term.