Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
badw-it
DHParser
Commits
e0e321fa
Commit
e0e321fa
authored
Jun 15, 2018
by
Eckhart Arnold
Browse files
XML compiler ergänzt
parent
bf89fbf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/XML/XMLCompiler.py
View file @
e0e321fa
...
...
@@ -682,6 +682,7 @@ class XMLCompiler(Compiler):
def
on_document
(
self
,
node
):
self
.
tree
.
omit_tags
.
add
(
'CharData'
)
return
self
.
fallback_compiler
(
node
)
def
extract_attributes
(
self
,
node_sequence
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment