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

search: adds stylesheet for VOTable search-results

parent 9b495697
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ 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='http://www.ivoa.net/internal/IVOA/VOTableSoftware/VOTable2XHTML.xsl'?>");
out.write( "<VOTABLE version='1.1'>\n" );
out.write( "<RESOURCE>\n" );
out.write( "<DESCRIPTION> " + searchOutputData.versionString + " </DESCRIPTION>\n" );
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment