Entries Tagged as 'XML'

Wildcard Namespaces In XPath

November 1st, 2008 · 7 Comments

Select namespaced elements in XPath without specifying the namespace. Every once in a while you need to get to an XML element that is tucked within some namespace or another, but you really are not in the mood to deal with namespaces. You really don’t want to mess with XmlNamespaceManager or its ilk; or maybe [...]

[Read more →]

Tags: Programming · XML

Communicating Charts with Flex

June 19th, 2007 · 23 Comments

Getting started Creating graphs with Adobe’s Flex 2 is a pretty simple task, just throw together some short XML and you’re done. But like most “easy” technologies things get a little more difficult when you want to do more advanced things like making sections of the graphs stand out or keeping multiple graphs in sync [...]

[Read more →]

Tags: Flex · Free · Programming · Software · Web design · XML

PHP and WordPress SVG Basics

April 7th, 2007 · 4 Comments

Scalable Vector Graphics, or SVG, is an XML standard for vector graphics (of course). That means that it contains descriptions of shapes, such as rectangles, lines, circles, and text, in an XML format. SVG provides a robust definition language for drawings. The drawing at the right was a sample SVG drawing included in Jasc’s WebDraw. [...]

[Read more →]

Tags: PHP · Programming · SVG · Web design · Wordpress · XML