public marks

PUBLIC MARKS from parmentierf with tags xml & php

February 2008

Something Witty Goes Here » Blog Archive » New XHTML SVG Theme

had to add a little catch in my PHP content negotiation code to force application/xhtml xml when I want to. Anyway, the PHP content negotiation code looks like this:

October 2007

HubLog: Getting a local copy of MEDLINE

by 1 other
First of all you have to get a licence from the NLM, which allows your IP address to access the MEDLINE FTP server. This PHP script will fetch all the most up-to-date MEDLINE XML files, then create a folder (and some sub-folders) full of several million gzipped, serialised PHP files, each one containing an individual article accessible by PMID.

January 2007

Transformations XML avec XSLT et PHP - Tout Programmer

by 1 other
En peu de temps, XML est devenu le langage d'échange entre applications. Grâce à des outils comme XSLT, il est capable de se transformer en d'autres langages comme par exemple le HTML pour être compris et affiché par tout navigateur. Cet article propose différentes approches d'utilisation de XSLT avec PHP.

March 2006

#ProgX - 5 ans d'articles, gratuits !

Presque tous les articles écrit dans l'ex(cellent) Login: par l'excellent Romain Guy.

September 2005

XML-RPC HOWTO

by 5 others (via)
Describes how to use XML-RPC to implement clients and servers in a variety of languages. Provides example code in Perl, Python, C, C++, Java, PHP and other languages. Includes sections on Zope and KDE 2.0. Applies to all operating systems with XML-RPC support.

September 2004

PHP5 : SimpleXML - JDN Développeurs

by 1 other
SimpleXML est une des deux nouvelles extensions de PHP 5 consacrées à XML, et présente une approche du traitement des fichiers XML mettant en avant la simplicité d'utilisation.