March 2018
Beginner to intermediate
584 pages
14h 31m
English
This example, while complete in serving the pure X3D, needs additional code to allow in-browser viewing. We do so by including style sheets, and the appropriate 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 query to generate the XHTML of X3D data is as follows:
COPY(WITH pts AS ( SELECT PC_Explode(pa) AS pt FROM chp07.giraffe)SELECT regexp_replace(' <!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" ...