Joern Turner
Joern Turner
Upcoming dashboard 3 addresses this issue. All pathes are relative now. Duncan Paterson schrieb am Mo., 11. Nov. 2019, 22:15: > see #441 > > — > You are receiving...
that would be interesting to know!
Similar problem here - no matter what i try i cannot manage to make serialization work. However strangely serializing highlights works beautifully but doesn't give me a handle to navigate...
just a small addition: eXide - and probably the other interfaces mentioned by Joe - is also auto-closing web component tags when they are empty. This is a serious problem...
@adamretter > If the HTML document is being stored as XML, then the behaviour you describe has been that way since eXist-db was conceived, and is expected, and therefore this...
This page is a good reference on void elements (the one allowed to be serialized as empty) and self-closing tags: https://developer.mozilla.org/en-US/docs/Glossary/Void_element It clearly says: > Self-closing tags (``) do not...
@DrRataplan i'm not sure if 'fixing' the inline instance is sensible as it tries to mimic something that's not the case - being HTML versus XML. However we probably should...
@daliboris yes - local filesystem is not supported > Hello @JoernT , I know about the`@src` attribute, but loading fails if it's used within local file and not from a...
Just to follow up - implementing a simple endpoint in web-devserver should be straightforward and would allow to edit local files with the price of having a nodejs install.
Summary of discussion so far: we'd rather not want to mimic XML directly inside of the HTML - the differences like case-sensitivity and treatment of empty elements will prevent a...