/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/test/test10.php
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/test/test10.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Thu Jan 30 03:29:40 2003 UTC (21 years, 5 months ago) by jonen
Branch: MAIN, no_vendor_tag
CVS Tags: v2-1-3, no_release_tag, HEAD
Changes since 1.1: +0 -0 lines

1 <?php
2
3 $doc_root = $DOCUMENT_ROOT;
4
5 $phphtmllib = $doc_root . "/phphtmllib";
6 include_once($phphtmllib . "/includes.php");
7
8 $babw_classes = $doc_root . "/babw_classes";
9 include_once($babw_classes . "/includes.php");
10
11 $thehtml=join("", file("demo.html"));
12
13 $ctags=new phpHTMLparse();
14 $ctagshtml=$ctags->parse($thehtml);
15 xmp_var_dump( $ctagshtml );
16
17 ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed