XMLStarlet Command Line XML Toolkit: Overview
july 2011 by soypunk
"XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands."
xml
software
july 2011 by soypunk
AsmXml - A Fast XML Parser
october 2010 by soypunk
"AsmXml is a very fast XML parser and decoder for x86 platforms (Windows, Linux, BSD and Mac OS X)". Choice quote: "Remember: if you really need speed, do not use XML. But if you can't (existing format, enterprise rules, ...), you may have a look at AsmXml"
xml
library
october 2010 by soypunk
google-feedserver - Project Hosting on Google Code
february 2010 by soypunk
"Google Feed Server is an open source Atom Publishing Protocol server based on the Apache Abdera framework. Google Feed Server provides a simple back end for data adapters, which allows developers to quickly deploy a feed for an existing data source such as a database"
google
atom
xml
web
http
server
opensource
from delicious
february 2010 by soypunk
When an application uses MSXML to process XHTML, redundant retrieval requests for well-known DTD files from the W3C Web server cause XHTML parsing to fail on a Windows-based computer
december 2009 by soypunk
"When an application uses MSXML to process XHTML, redundant retrieval requests for well-known DTD files from the W3C Web server cause XHTML parsing to fail on a Windows-based computer"
microsoft
xml
xhtml
dtd
w3c
from delicious
december 2009 by soypunk
Automatic XML Namespaces
november 2009 by soypunk
"The XML community has lived with XML namespaces for a decade. They are useful to the point of seeming indispensable, they are ubiquitous, and yet they are at the same time unwieldy and flawed. "
xml
html
from delicious
november 2009 by soypunk
Re: Re[4]: XML namespaces and RDF from Tim Berners-Lee on 2007-12-20 (semantic-web@w3.org from December 2007)
november 2009 by soypunk
"No, RDF asked XML for namespaces." Source of the infamous "RDF tax" line of thought I presume
xml
rdf
technology
history
w3c
from delicious
november 2009 by soypunk
Is Facebook Markup Language (FBML) HTML, XML or some homemade demon spawn of the two? - O'Reilly Broadcast
march 2009 by soypunk
I agree that, as of right now, FBML is a scary, under-specified, bag of hurt. I wish I could find myself surprised that the Facebook developer base is happily using it, but... I can't.
facebook
html
xml
data
formats
markup
standards
march 2009 by soypunk
pushxml - Google Code
february 2009 by soypunk
"This XML parser uses the standard XML SAX parser (which in turn uses expat) to provide a SimpleXML-like data model in a streaming fashion. This way, you get the benefit of an in-memory model without having to load a whole document in memory." Personally, I don't find the XMLReader API that bad but this does seem quite a bit easier to use.
php
xml
february 2009 by soypunk
Everything You Ever Wanted To Know About DTDs, But Were Afraid To Ask
february 2009 by soypunk
Somewhat dated (2000) research into the state of DTDs. (And mostly critical at that... haven't dug through the citations yet...)
xml
dtd
research
february 2009 by soypunk
Re: HTML and XML from Elliotte Rusty Harold on 2009-02-11 (www-tag@w3.org from February 2009)
february 2009 by soypunk
"On this point, I have to call B.S. again. That a document is served as text/html does not make it HTML. Much less does it make it not XML. If a document satisfies the BNF grammar and the various well-formedness constraints, it is XML, whatever you call it. It may also be HTML, and perhaps other things as well."
html
xml
http
w3c
standards
february 2009 by soypunk
Warcraft guild achievements as RSS - jerakeen.org
february 2009 by soypunk
"If you visit the armoury in firefox they return an XML document with an XSL stylesheet referenced in the header that transforms the XML into a web page. Why are they doing this? It must be a huge amount of work compared to just serving HTML, I don’t get it. Let’s ignore that."
xml
humor
february 2009 by soypunk
Re: HTML and XML from Philip Taylor on 2009-02-11 (www-archive@w3.org from February 2009)
february 2009 by soypunk
Philip Taylor sets his sights on XOM.
xml
february 2009 by soypunk
JsonML (JSON Markup Language)
february 2009 by soypunk
"JsonML (JSON Markup Language) is an application of the JSON (JavaScript Object Notation) data-interchange format. The purpose of JsonML is to provide a compact format for transporting XML-based data via JSON."
json
xml
february 2009 by soypunk
News Industry Text Format - IPTC Web
january 2009 by soypunk
"NITF uses the eXtensible Markup Language to define the content and structure of news articles."
ldc
xml
specification
news
january 2009 by soypunk
To RDF or not to RDF? - mozilla.dev.platform - Google Groups
december 2008 by soypunk
"The idea of a general-purpose data model is a snare into which many bright engineers have fallen. Any data model which claims to be able to represent everything is either completely wrong or hopelessly complex. RDF happens to be both."
rdf
xml
december 2008 by soypunk
James Clark's Random Thoughts: XML 1.0 5th edition
november 2008 by soypunk
XML 1.0 5th Edition plans to make a "minor" change to allow any Unicode (version 5 and future versions) character in element and attribute names. Seems like an enough change to warrant an XML 1.2 but since XML 1.1 went down in flames... I guess this was a way to "force" existing implementations to improve. There's going to be a lot of XML 1.0 implementations that are never updated to support this feature though and I think that's just going to confuse the same user group who needs this support.
xml
w3c
november 2008 by soypunk
The history of draconian error handling in XML [dive into mark]
november 2008 by soypunk
Had to dig this up for someone today, one of those great examples of Mark's mailing list archeology approach.
xml
november 2008 by soypunk
Installing a Newer libxml2 on Mac OS X 10.5
november 2008 by soypunk
"Mac OS X 10.5 ("Leopard") includes libxml2 2.6.16 and libxslt 1.1.12. Some programs require newer versions, such as PostgreSQL, which requires libxml2 2.6.23 or later. This procedure describes how to add a newer version of these libraries to your system without disturbing the preinstalled versions already present. This allows you to use the newer versions as needed while allowing other software to continue using the older versions as intended. I wrote these instructions as I added libxml2 2.6.30 and libxslt 1.1.22 to my system."
libxml
xml
mac
10.5
osx
software
november 2008 by soypunk
Prototyping with XHTML - Boxes and Arrows: The design behind the design
october 2008 by soypunk
Uhh... so it is just prototyping with HTML right? The tutorial never takes advantage of any XHTML-specific features.
xml
html
prototyping
october 2008 by soypunk
Commons SCXML - Commons SCXML
october 2008 by soypunk
"State Chart XML (SCXML) is currently a Working Draft published by the World Wide Web Consortium (W3C). SCXML provides a generic state-machine based execution environment based on Harel State Tables"
xml
w3c
october 2008 by soypunk
RDFa in XHTML: Syntax and Processing
october 2008 by soypunk
RDFa moved to Recommendation status this Tuesday, October 14th, 2008. Apparently the much discussed CURIE section got rubber stamped.
via:hsivonen
xml
rdf
semantic
web
xhtml
october 2008 by soypunk
Brady's Blog: Horrifically bad technology
october 2008 by soypunk
A longtime XML supporter throws in the towel.
xml
html5
october 2008 by soypunk
Why don't self-closing script tags work? - Stack Overflow
october 2008 by soypunk
An example of the confusion authors have with XHTML. :-(
xhtml
xml
html
october 2008 by soypunk
IE8: The Bad (Update) - Anne’s Weblog - Comment from Philip Taylor
october 2008 by soypunk
Philip Taylor finds a bug in IE8 (beta 2)'s localStorage implementation that causes data loss.
microsoft
ie8
html5
localStorage
xml
october 2008 by soypunk
How to cook tag soup with XSLT - miscoded - by Hallvord R. M. Steen
september 2008 by soypunk
"If you thought XML-based toolchains and processes were going to make the Web a saner place, think again. We have now seen that in the right hands, XSLT is just another recipe for tag soup."
xml
html
w3c
september 2008 by soypunk
[Editorial Draft] Extending and Versioning Languages: Compatibility Strategies
september 2008 by soypunk
"This document focuses on providing information on how a language can be designed for forwards compatible versioning, often the hardest type of versioning to plan for. It also provides motivation for versioning and some discourse on incompatible and backwards compatible versioning. Separate documents contain the versioning terminology definitions and XML specific versioning material."
w3c
html
xml
september 2008 by soypunk
HTML 5 - Coercing an HTML DOM into an infoset
september 2008 by soypunk
"When an application uses an HTML parser in conjunction with an XML pipeline, it is possible that the constructed DOM is not compatible with the XML tool chain in certain subtle ways. For example, an XML toolchain might not be able to represent attributes with the name xmlns, since they conflict with the Namespaces in XML syntax. There is also some data that the HTML parser generates that isn't included in the DOM itself. This section specifies some rules for handling these issues."
html5
xml
september 2008 by soypunk
Cascading Stylesheets For Mapnik
august 2008 by soypunk
Use CSS with open source mapping engine Mapnik
css
mapnik
xml
mapping
opensource
august 2008 by soypunk
only this, and nothing more: Loving and Hating XML Namespaces
august 2008 by soypunk
"XML Namespaces is unique. Almost as soon as newcomers to XML try and use namespaces, they run into problems. Their DOM code doesn't do what they think, or their XPaths stop working, etc. XML Namespaces is actually very simple and in that simplicity is their downfall. They are too simple and easy."
xml
august 2008 by soypunk
[#EJAB-680] ejabberd accepts namespace-ill-formed XML - Process-one - Support
july 2008 by soypunk
An XML well-formedness denial of service attack over an XMPP implementation.
jabber
xml
july 2008 by soypunk
XML.com: Word to XML and Back Again
january 2008 by soypunk
Convert Word HTML output to XML.
microsoft
word
html
xml
python
january 2008 by soypunk
Eric van der Vlist » To XForms or not to XForms?
january 2008 by soypunk
Yahoo! pulls a Microsoft - taking a developing spec and renaming it for their own use. It is not really a win for anyone.
yahoo
standards
xforms
xml
xhtml
january 2008 by soypunk
The XML Files: XML in Microsoft Office Word 2003 -- MSDN Magazine, November 2003
january 2008 by soypunk
There's a WordML -> HTML XSL script cited in this article.
microsoft
office
word
xml
html
xsl
january 2008 by soypunk
HTML 5, one vocabulary, two serializations - W3C Q&A Weblog
january 2008 by soypunk
It is amazing to me how confusing this is to everyone... but I'm thankful for such a clear blog post to refer people to.
html
xml
xhtml
w3c
html5
whatwg
january 2008 by soypunk
XML.com: Introducing E4X
december 2007 by soypunk
"E4X is an extension to JavaScript that is available to both Firefox and ActionScript developers that turns XML into a native data type on par with strings, arrays, objects, and regular expressions."
javascript
xml
json
december 2007 by soypunk
Optimus
september 2007 by soypunk
"Optimus, the microformats transformer. Easily transform your microformatted content to nice, clean, easily digestible, XML, JSON or JSON-P. You can also easily set filters to only receive particular formats."
microformats
html
xml
json
september 2007 by soypunk
http://off.net/~mhoye/moz/demork.py
september 2007 by soypunk
Converts Firefox's history DB (Mork format) to XML
python
mozilla
xml
september 2007 by soypunk
related tags
10.5 ⊕ apache ⊕ apple ⊕ atom ⊕ berkeley ⊕ bsd ⊕ code ⊕ css ⊕ data ⊕ database ⊕ docs ⊕ dom ⊕ drupal ⊕ dtd ⊕ email ⊕ facebook ⊕ feeds ⊕ formats ⊕ geo ⊕ google ⊕ government ⊕ grddl ⊕ history ⊕ html ⊕ html5 ⊕ http ⊕ humor ⊕ ie8 ⊕ iri ⊕ jabber ⊕ java ⊕ javascript ⊕ js ⊕ json ⊕ kml ⊕ ldc ⊕ libraries ⊕ library ⊕ libxml ⊕ linguistics ⊕ linux ⊕ localStorage ⊕ lxml ⊕ mac ⊕ mapnik ⊕ mapping ⊕ markup ⊕ mediawiki ⊕ microformats ⊕ microsoft ⊕ MochiKit ⊕ mozilla ⊕ multimedia ⊕ namespaces ⊕ news ⊕ nytimes ⊕ ocr ⊕ office ⊕ open-source ⊕ opensource ⊕ opera ⊕ osx ⊕ paper ⊕ pdf ⊕ php ⊕ plugin ⊕ presentation ⊕ programming ⊕ prototyping ⊕ python ⊕ rdf ⊕ rdfa ⊕ reference ⊕ research ⊕ rest ⊕ rfc4151 ⊕ rss ⊕ safari ⊕ search ⊕ semantic ⊕ server ⊕ services ⊕ sharepoint ⊕ software ⊕ specification ⊕ standards ⊕ storage ⊕ syndication ⊕ technology ⊕ unix ⊕ uri ⊕ url ⊕ us ⊕ via:britta ⊕ via:hsivonen ⊕ w3c ⊕ web ⊕ whatwg ⊕ word ⊕ xforms ⊕ xhtml ⊕ xhtml2 ⊕ xml ⊖ xpath ⊕ xproc ⊕ xquery ⊕ xri ⊕ xsl ⊕ xslt ⊕ yahoo ⊕Copy this bookmark: