pycrdt icon indicating copy to clipboard operation
pycrdt copied to clipboard

XmlElement not allowed at root

Open jezell opened this issue 5 months ago • 1 comments

yjs allows an XmlElement at the root of the document, pycrdt blows up when you try to do this and tells you you can only put an XmlFragment. But XmlFragments don't support attributes, so certain documents created with yjs are not possible to properly use with pycrdt.

jezell avatar Jul 22 '25 16:07 jezell

First thing is to check if it's possible with Yrs.

davidbrochart avatar Jul 23 '25 09:07 davidbrochart