You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the XSLT-view code compiles the source XML to be passed to the XSLT engine, it embeds the eventual XML nodes presents in values without all the needed XML namespaces.
When the XSLT-view code compiles the source XML to be passed to the XSLT engine, it embeds the eventual XML nodes presents in values without all the needed XML namespaces.
For example, the following node
cannot be embedded as it is because it lacks the necessary TEI namespace.
This bug is a combination of various factors, first of all to a bug in nokogiri where it does not copy over all the needed namespaces: sparklemotion/nokogiri#1200. A question on how to work around this problem has been filed on StackOverflow: Serialize XML node as document with correct namespaces.
The text was updated successfully, but these errors were encountered: