-
Notifications
You must be signed in to change notification settings - Fork 223
Assembly: carry an @xml:id from audio|video|interactive[not(static)] … #2740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
If the source This is confirmed by testing before/after diffs with the Please make the "new" attribute conditional on having an "old" attribute. And a code comment indicating necessity would be useful, so nobody messes with this unawares. Thanks. |
|
I wondered about this when making the change, but something made me think it would not be an issue. I was searching for how this was done elsewhere, and at line 879, the same thing is done for a I'll make the change here. Mentioning the |
|
Thanks for the pointer to |
|
Maybe try <xsl:copy-of select="@xml:id"/>which might do the desired thing. |
…over to its static sidebyside
1bb90c6 to
7da2fe2
Compare
|
OK, this has your suggestion to use The before |
I think that is the important thing. All the clutter is to be expected.
Couldn't hurt. And will mask an |
|
I added in the copy of |
|
And I fixed up the |
…eractive content (PR PreTeXtBook#2740)
…over to its static sidebyside
This is discussed in #2618.
Among the PRs I expect to open and update this week, first to evaluate can be this one or #2739, in either order.