<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.1//EN"   "http://www.web3d.org/specifications/x3d-3.1.dtd">
<X3D profile='Immersiveversion='3.1xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation=' http://www.web3d.org/specifications/x3d-3.1.xsd '>
<head>
<meta name='titlecontent='TextSpecialCharacters.x3d'/>
<meta name='descriptioncontent='Text node demonstration of quotation, apostrophe and ampersand characters using X3D MFString escaping for XML character entities'/>
<meta name='creatorcontent='Don Brutzman'/>
<meta name='createdcontent='12 July 2008'/>
<meta name='modifiedcontent='14 July 2008'/>
<meta name='referencecontent='Character entity references in HTML 4'/>
<meta name='referencecontent=' http://www.w3.org/TR/REC-html40/sgml/entities.html '/>
<meta name='rightscontent='Copyright (c) Don Brutzman and Len Daly, 2008'/>
<meta name='identifiercontent=' http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter02-GeometryPrimitives/TextSpecialCharacters.x3d '/>
<meta name='generatorcontent='X3D-Edit, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent='../license.html'/>
</head>
<!--

Index for DEF nodes: CenteredFontStyle, DefaultMaterial, DefaultText
Index for Viewpoint image: Viewpoint_1
-->
<Scene>
<Background skyColor='1 1 1'/>
<Viewpoint description='Default View'/>
<Shape>
<!-- Empty string "" means to skip a line -->
<!-- apostrophe ' is &apos; and needs to be escaped in single-quote delimiters used for string='value' attribute -->
<!-- ampersand & is &amp; and needs to be escaped -->
<!-- quotation " is &quot; and isn't needed if single-quote delimiters used for string='value' attribute -->
<!-- quotation " can be used as part of X3D string if escaped with backslash: \" -->
<Text DEF='DefaultTextstring='"Character entity substitutions:" "" "apostrophe ' is &apos;" "ampersand & is &amp;" "quote mark \" is &quot;"solid='true'>
<FontStyle DEF='CenteredFontStylejustify='"MIDDLE" "MIDDLE"'/>
</Text>
<Appearance>
<Material DEF='DefaultMaterialdiffuseColor='0.2 0.2 0.2'/>
</Appearance>
</Shape>
</Scene>
</X3D>
<!--

Index for DEF nodes: CenteredFontStyle, DefaultMaterial, DefaultText
Index for Viewpoint image: Viewpoint_1
-->

<!-- Tag color codes: <Node DEF='idName' attribute='value'/> -->