Re: [xml-dev] how to design an HTML file to contain an XML file?
"put the XML in the XHTML head element, so that it won't be displayed"
Unfortunately, this does not seem to work.
When I do it and view the html page in the browser, I see at the top:
0 11 1.1 21.0 true 11 8 22.1 14.699999 true 19 26 36.8 19.8 true 45 15 56.6 21.800003 true 60
12
This is the data in the XML tags.
The header of my XHTML file is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<?xml version="1.0" encoding="ISO-8859-1"?>
<JWO xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Projects\ACD\jwo_schema01.xsd">
<html>
<head>
<?xml version="1.0" encoding="ISO-8859-1"?>
<JWO xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Projects\ACD\jwo_schema01.xsd">