XmlAttributeΒΆ
scene.spad line 3712 [edit on github]
This package provides support for XML
files XML
attributes are inside the opening tag: <tagname attributes> and usually have the form: name=value
- coerce: % -> String
coerce(x)
outputsx
as a string
- outputVRML: (%, TextFile) -> Void
outputVRML(rp, f1)
writes the attribute asVRML2
.VRML2
is notxml
but it has the same semantics and node names asX3D
but a different syntax so it makes sense to create anXML
structure and then format the output differently.