Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 4 of 4
I’ve been making some SVG pictures. For example see: Sandbox/838.
When I try to put such a picture in a formula using \svg
I get the error message:
XML Parsing Error: prefix not bound to a namespace
Location: https://ncatlab.org/nlab/show/Sandbox
Line Number 311, Column 47:
<title>QuC14</code>e00000</title> <use xlink:href='#QuC14$e00000'></use> </svg> \end{svg} $.</p>
----------------------------------------------^
(the caret lines up with the first <use>
)
You can experience the error by trying to display Sandbox/839. I don’t know how I would have been able to edit and overwrite this if I didn’t have a tab open on an earlier most current Sandbox.
Does this mean the parser doesn’t know about or like <use>
? Shoving <svg>
that includes <use>
s directly into the source does work, but I guess that only goes through your browser’s parser, not the nLab’s.
The problem part of the source code is below. Earlier the code displays some SVG where which binds the DOM element with .id = QuC14$e00000
, and referencing such ids works fine outside of the nLab.
For 5-quotients, $\top = \begin{svg}
<svg class="CachedO" width="30px" height="30px"
viewBox="0 0 30 30"
preserveAspectRatio="xMinYMin meet"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>QuC14$e00000</title>
<use xlink:href="#QuC14$e00000"/>
</svg>
\end{svg}
$.
edited, I’m not sure why the nForum double posted my first comment
To be sure this wasn’t a problem caused by a nLab patch on Instiki, I reported 2 problems in Instiki’s sandbox: Sandbox/411. (I don’t know any better way to get Jacques Distler’s attention.)
See also nForum: monoidal-category-pentagon.
Email him? Or comment on his blog, if he has a technical issues post?
1 to 4 of 4