News Feed
Jobs Feed
Sections




News Archive
Working Software Blog:
Escaping single and double quotes for use with XPath queries in PHP
August 19, 2011 @ 13:50:14

On the Working Software blog there's a new post showing a solution to a issue with escaping quotes in XPath queries that's not just an issue in PHP.

I've been working with the Basecamp API to plugin our IRC bot that we use for time tracking and I'm astounded to learn that escaping single and/or double quotes for XPath queries in PHP does not have a well documented, best practices solution. In fact, it seems as though this is not peculiar to PHP. I took a look around and found this excellent article by "Kushal": http://kushalm.com/the-perils-of-xpath-expressions-specifically-escaping-quotes.

He's put together his own (PHP) solution to the problem - running the entire XPath query through a filtering method that splits it up, replaces the quote characters and combines it back down to a single string.

0 comments voice your opinion now!
escape quote double single xpath query tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Build a Query Processor Class for Networking in PHP 5 (Part 1)

Zend Developer Zone: Tutorial : Using Zend Framework Without PDO

PHPMaster.com: Writing a RESTful Web Service with Slim

DevShed: Building Your Own Desktop Notepad Application Using PHP-GTK

Christian Weiske's Blog: Working with .phar files


Community Events











Don't see your event here?
Let us know!


community series testing example opinion interview application development unittest code zendframework2 tool language podcast conference introduction phpunit framework release functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework