Some info on parsing XML in PHP.
Showing posts with label dom. Show all posts
Showing posts with label dom. Show all posts
2008-11-12
2007-10-11
Glyphix jQuery Plugins
They provide jquery.xslTransform, "a jQuery wrapper for Sarissa, providing the ability to replace any element on the fly (using the browser's built-in XSLT engine) with the results from an XSLT transformation of an XML document." For example:
$('your-selector-here').getTransform('path-to-xsl.xsl','path-to-xml.xml');".
Sweet, looks as simple as it possibly could get. Requires jquery.debug and Sarissa.
2007-10-10
jQuery JavaScript library
"..a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages."
Some dude Simon Willison has a nice overview.
Another one from developerWorks.
Subscribe to:
Posts (Atom)