]> gitweb.factorcode.org Git - factor.git/commit
xml: Changing how we represent contained-tags
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 12 Feb 2022 01:08:21 +0000 (17:08 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 12 Feb 2022 01:08:21 +0000 (17:08 -0800)
commitb56d3314b12f7aa223925f97f56cc5faaa7da778
treea36b195d3db239249c206859d8d9227a227e761d
parente8fa0adb2e256f4d54d57022674b850f887200a2
xml: Changing how we represent contained-tags

If a tag is contained (e.g., <foo/>), then children is ``f``, but if a
tag is uncontained (e.g., <foo></foo>) then children is an empty
sequence.
basis/xml/data/data.factor
basis/xml/syntax/syntax-docs.factor
basis/xml/syntax/syntax-tests.factor
basis/xml/writer/writer-tests.factor
basis/xml/xml.factor