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
Custom attribute values can be somewhat parametrized by the user (e.g. with %filename). It would be useful to allow some basic XPath (e.g. //TEI/@xml:id) for something like wit="#TEIid".
Only XPath 1 can reasonably be implemented in JavaScript, however.
The text was updated successfully, but these errors were encountered:
Custom attribute values can be somewhat parametrized by the user (e.g. with
%filename
). It would be useful to allow some basic XPath (e.g.//TEI/@xml:id
) for something likewit="#TEIid"
.Only XPath 1 can reasonably be implemented in JavaScript, however.
The text was updated successfully, but these errors were encountered: