Skip to content

Commit 4eeaf6b

Browse files
committed
fix example VOTable
Note that the "../v1.3" is correct in the xmlns attribute, even though the VOTable version is 1.5.
1 parent d90ccde commit 4eeaf6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ObjObsSAP.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ \section{Output Example}
653653
\begin{lstlisting}[language=SQL]
654654
<?xml version="1.0" encoding="UTF-8"?>
655655
<VOTABLE version="1.5"
656-
"xmlns="https://www.ivoa.net/xml/VOTable/VOTable-1.5.xsd">
656+
xmlns="http://www.ivoa.net/xml/VOTable/v1.3">
657657
<RESOURCE type="results">
658658
<DESCRIPTION>
659659
European Space Astronomy Centre. XMM-Newton SOC -
@@ -687,7 +687,7 @@ \section{Output Example}
687687
<TD>58299.438194</TD>
688688
<TD>78126</TD>
689689
</TR>
690-
<!... more lines data ...-->
690+
<!--... more lines data ...-->
691691
</TABLEDATA>
692692
</DATA>
693693
</TABLE>

0 commit comments

Comments
 (0)