- From: Nasreyan <yesuvadian@yahoo.com>
- Date: Tue, 2 Apr 2002 07:02:56 -0500 (EST)
- To: "html-tidy@w3.org" <html-tidy@w3.org>
- Cc: request@w3.org
sir,
Subject :- Problem to convert HTML to XHTML.
As i am using tidy to convert HTML with flash images
to XHTM, for first time when i apply tidy it is not
giving any problem,but if i apply tidy for the same
file once again i am not able to see any flash files
in the browser(IE) as tidy is romoving the param tag
which is placed in side the object tag.
I don't how to solve this problem.
This are all the options I am passing as commad line
parameter.
tidy.exe -f err.txt --output-xml yes
--numeric-entities yes -m --doctype strict
--new-empty-tags param --new-blocklevel-tags param
--new-inline-tags
content,customcontrol,parameterlist,dependencies,file,controlid,componentname,functionname,parameter
I am looking forward your help to solve the above
problem. I have attached below the code used in tidy .
It will be of grate help if you can reply at the
earliest.
Thanking you.
regards
yesuvadian
Excel soft pvt ltd.
Email:-yesuvadian@excelindia.com,yesuvadian@yahoo.com
mysore,
India
-------------------------------------- Code i have
used for tidy
--------------------------------------------------------------------------------
before appling TIDY:
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="370" height="310">
<param name=movie
value="spring__6.swf">
<param name=quality value=high>
<embed src="spring__6.swf"
quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="370"
height="310">
</embed>
</object>
After applying TIDY:-
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="370" height="310">
<embed src="spring__6.swf"
quality="high"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="370"
height="310" />
</embed>
</object>
---------------------------------------------
=====
C.yesuvadian B.E
EXCEL Software Pvt Ltd..
#1-B,Hootagalli Industrail Area,
Mysore-86
0821-403311(Off)
Mobile:-98453-93950
Home:04636-434993
__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://http://taxes.yahoo.com/
Received on Wednesday, 3 April 2002 08:08:27 UTC