soypunk + xml   100

XMLStarlet Command Line XML Toolkit: Overview
"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
"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
"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
"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
"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
Is Facebook Markup Language (FBML) HTML, XML or some homemade demon spawn of the two? - O'Reilly Broadcast
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
"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
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)
"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
"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
JsonML (JSON Markup Language)
"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
"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
"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
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]
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
"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
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
"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
AquaPath
"AquaPath is a free Cocoa-based developer tool for Mac OS X Tiger that allows you to evaluate XPath 2.0 expressions against any XML document and view the result sequence in a dynamic, intuitive tree representation."
mac  osx  software  xml  xpath 
october 2008 by soypunk
RDFa in XHTML: Syntax and Processing
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
A longtime XML supporter throws in the towel.
xml  html5 
october 2008 by soypunk
Why don't self-closing script tags work? - Stack Overflow
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
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
"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
"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
"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
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
"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
Calabash
"An implementation of XProc: An XML Pipeline Language."
xproc  xml  software 
august 2008 by soypunk
PDFMiner
PDFMiner is a suite of programs that aims to help analyzing text data from PDF documents. It includes a PDF parser, a PDF renderer (though only rendering text is supported for now), and a couple of nice tools to extract texts.
python  pdf  xml  software 
august 2008 by soypunk
[#EJAB-680] ejabberd accepts namespace-ill-formed XML - Process-one - Support
An XML well-formedness denial of service attack over an XMPP implementation.
jabber  xml 
july 2008 by soypunk
BoeingXriUseCases - XRI Wiki
Boeing uses XRIs to fully qualify identifiers and avoid name collisions between employee IDs, application IDs, device IDs, IDs received in SAML (Security Assertion Markup Language) assertions from business partners, etc.
xri  xml  http  w3c  uri  url  iri 
july 2008 by soypunk
MT Admin | Musings
XML spec bites MT admin hack in the rear.
xml 
march 2008 by soypunk
Eric van der Vlist » To XForms or not to XForms?
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
HTML 5, one vocabulary, two serializations - W3C Q&A Weblog
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
"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
"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
Converts Firefox's history DB (Mork format) to XML
python  mozilla  xml 
september 2007 by soypunk
« earlier      

Copy this bookmark:



description:


tags: