search for: importxml

Displaying 2 results from an estimated 2 matches for "importxml".

2007 Nov 20
1
Bugtracker to use with Asterisk?
Hello Now that I have my first IVR up and running, I'd like to have Asterisk create tickets in a bug tracker every time a call comes in. It's a nice way to know who's calling and why, before following up on the cause for the call. There are tons of bugtracking apps out there. Do you know of some that I should look at? Ideally, the interface shouldn't be much busier than JoS
2009 Jun 04
0
XSS (was Re: Centos 5.3 -> Apache - Under Attack ? Oh hell....)
...document into a DOMDocument object for filtering, and the document contains any multi-byte characters, it seems libxml2 will encode them and there seems to be no way to stop it from doing it (at least with the php wrapper to libxml2). However if the document to be filtered is xhtml, you can use importXML() on it libxml2 does the right thing in leaving the mb characters alone. Once filtered, you can use saveHTML() to produce html instead of xhtml for browser compatibility, it seems saveHTML() is mb safe.