Database Reference
In-Depth Information
</X3D>' As x3dXML
FROM chp07.point_cloud;
How to do it...
Thisexample,whilecompleteinservingthepureX3D,needsadditionalcodetoal-
lowforin-browserviewing.Wedosobyincludingstylesheetsandtheappropriate
X3DOM includes the headers of an XHTML document:
<link rel="stylesheet" type="text/css"
href="http://x3dom.org/x3dom/example/x3dom.css"
/>
<script type="text/javascript"
src="http://x3dom.org/x3dom/example/
x3dom.js"></script>
The full queryto generate the XHTML of X3D data is as follows:
SELECT '
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/
xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible"
content="chrome=1" />
<meta http-equiv="Content-Type"
content="text/html;charset=utf-8" />
<title>Point Cloud in a Browser</title>
<link rel="stylesheet" type="text/css"
href="http://x3dom.org/x3dom/example/x3dom.css"
/>
<script type="text/javascript"
src="http://x3dom.org/x3dom/example/
x3dom.js"></script>
Search WWH ::




Custom Search