Bonjour , je cherche a faire un parser php pour extraire des donnees a partir d'un fichier html.
exemle:
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
<html>
......
 <P><!-- Authors: S Akl and G Toussaint --></P>
  <DT><A name=akl-toussaint78>[5]</A>
  <DD>S.&nbsp;Akl and G.&nbsp;Toussaint. Fast convex hull algorithm. <CITE><A 
  href="http://www.elsevier.com/locate/ipl">Information Processing 
  Letters</A></CITE>, 7(5):219-222, August 1978.
...
</html>
je veux extraire :@auteur =S Akl and G Toussaint
@article=Fast convex hull algorithm
@lien=http://www.elsevier.com/locate/ipl">
@date=August 1978.
merci d'avance