PUBLIC   marks

PUBLIC MARKS with tag namespaces

Sponsorised links

This year

Prefixes, not that complicated. | Garbage Collection

by karlcow

We were able to come up with rules that make using prefixes in almost any context simpler. Note, these are for the most part AUTHORING guidelines, not requirements when reading:

1. Reusing the same prefix in the same document with different meanings is horribly confusing (”If you did that, I’d break your figures.”). Possible to figure out, but not really desirable. Seems like a reasonable place for a warning.

2. Defining all the prefixes in one place makes it simpler to keep track of them. But understood when it would be simpler to define a new prefix for a section of content.

3. “Couldn’t you have a simple tool that just shows you what prefixes are defined at any point in the document?” How such a tool has failed to exist in the XML world… may write this.

Sponsorised links

2008

Adactio: Journal—Welcome to the machine tag

by karlcow

Paul Mison has written an desktop-like machine tag browser which shows at a glance just how many different machine tag namespaces are out there.

pour tous ceux qui pensent que les namespaces sont répulsifs et anithumains

PHP Namespaces (Part 1: Basic usage & gotchas) - David Coallier

by damdec
Well, PHP has namespaces now! Time to start educating people on that long awaited feature and for the people that already do know namespaces from C , you also need to read this, it's simple, but will give you the basic syntax. First of all, thanks to Dmitry for pulling out this awesome feature. Ok here we go, first of all, what is a namespace ? Well according to wikipedia here's the definition:

Wybiral: Javascript == bad

by karlcow

Namespaces. In the world of most Javascript, everything is global or function-scope, there seems to be no use of namespace or module-style development at all. It's possible to simulate namespaces by wrapping entire modules in an object definition, but this is usually too much of a hassle for practicality.

est-ce pourquoi une certaine catégorie du monde des browsers n'aiment pas les namespaces.

2007

ongoing · Bad, Feed Readers, Bad!

by karlcow

I liked the final Namespace spec, even though it wasn't what I had originally argued for, but when you have a spec that almost *everyone* ignores or gets wrong (XSLT and SOAP excepted), it might be time to acknowledge that the problem is the spec instead of the implementors. I predict that the use of XML Namespaces will be an ongoing problem for Atom, even though it's not Atom's fault.

Designing specification with implementers

2006

Handling namespaces

by karlcow
This page will hold information about how namespaces are used and interpreted within XSLT.

2005

Satine for Python

by karlcow
Satine is a Python library that makes XML managment easy and complete. Satine converts XML documents to Python lists with attributes (xlist).

PUBLIC TAGS related to tag namespaces

no tag

Sponsorised links