Re: tidy question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* "Thomas" <thomas.hochstetter@xxxxxxx>:
> I was wondering if it is possible to let tidy repair and format only parts
> of your html without putting the <head> and <doctype> stuff in. I.e. only
> the content of the page between the <body> tags. The reason for that is
> twofold: 
>
> 1. I want to cache that repaired string so I don't have to call that repair
> function on every page call,
>
> 2. I am using xhtml1.1 as DOCTYPE and tidy only gives me the 1.0
> transitional version.

tidy_repair_string() OR

tidy_parse_string() + tidy_clean_repair()

-- 
Matthew Weier O'Phinney           | WEBSITES:
Webmaster and IT Specialist       | http://www.garden.org
National Gardening Association    | http://www.kidsgardening.com
802-863-5251 x156                 | http://nationalgardenmonth.org
mailto:matthew@xxxxxxxxxx         | http://vermontbotanical.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux