Hi All,
I just did XHTML validation on one of my pages.  The W3C validator throws a
number of messages, most of which are related to URLs/form actions containg
CFM appended to the end, after the "?".
  
My question is, should I be concerned about these?  And if so, how would I
correct?

Here's some of the lines:
=========================================

Line 68, column 40: cannot generate system identifier for general entity
"CFID" 
  <form action="/nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710"
method="p
                                          ^
Line 68, column 40: general entity "CFID" not defined and no default entity
(explain...). 
  <form action="/nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710"
method="p
                                          ^
Line 68, column 44: reference not terminated by REFC delimiter 
  ...ction="/nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710"
method="post"
                                          ^
Line 68, column 44: reference to external entity in attribute value 
  ...ction="/nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710"
method="post"
                                          ^
Line 68, column 44: reference to entity "CFID" for which no system
identifier could be generated 
  ...ction="/nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710"
method="post"
                                          ^
Line 68, column 39: entity was defined here 
  <form action="/nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710"
method="p
                                         ^
Line 68, column 53: cannot generate system identifier for general entity
"CFTOKEN" 
  ...saohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710" method="post"
name="fo
                                          ^
Line 68, column 53: general entity "CFTOKEN" not defined and no default
entity (explain...). 
  ...saohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710" method="post"
name="fo
                                          ^
Line 68, column 60: reference not terminated by REFC delimiter 
  <form action="/nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710"
method="post" name="form">
                                                              ^
Line 68, column 60: reference to external entity in attribute value 
  <form action="/nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710"
method="post" name="form">
                                                              ^
Line 68, column 60: reference to entity "CFTOKEN" for which no system
identifier could be generated 
  <form action="/nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710"
method="post" name="form">
                                                              ^
Line 68, column 52: entity was defined here 
  ...nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710" method="post"
name="f
                                          ^
Line 68, column 52: entity was defined here 
  ...nsaohio1/Default.cfm?r=1&CFID=3600020&CFTOKEN=53236710" method="post"
name="f

Thanks, Mark 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to