Skip to content
Snippets Groups Projects
Commit 3e6d0827 authored by Robert Butora's avatar Robert Butora
Browse files

output: adds style-sheet (config turned off unused authorization filter)

parent b36cd5ce
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ public final class XmlSerializer
BufferedWriter out = new BufferedWriter( writer );
//out.write("<?xml-stylesheet type='text/xsl' href='VOTable2XHTML.xsl'?>");
out.write("<?xml-stylesheet type='text/xsl' href='VOTable2XHTML.xsl'?>");
//out.write("<?xml-stylesheet type='text/xsl' href='http://www.ivoa.net/internal/IVOA/VOTableSoftware/VOTable2XHTML.xsl'?>");
out.write( "<VOTABLE version='1.1'>\n" );
out.write( "<RESOURCE>\n" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment