Closed oscarlevin closed 1 month ago
This refers to:
Per the comment, the goal of this line is to walk through all XML IDs. Decoding the code a bit, the difference is: \
Old: //*[@{http://www.w3.org/XML/1998/namespace}id]
\
New: .//*[@{http://www.w3.org/XML/1998/namespace}id]
What does the leading period mean?
Gotcha. I don't know why I read this as coming from codechat and not the codechat.py module of pretext. Thanks for the tip.
I've started to see this message whenever I build the the PreTeXt-CLI:
I'd prefer this not show up an worry users. Any suggestions?