diff --git a/Data/AmateurSatellites.xsd b/Data/AmateurSatellites.xsd index a522a9741788bb6f13e5708898c9d75a50eb99c6..67afd7aca11004d81eb96a67dd195c84386a91b1 100644 --- a/Data/AmateurSatellites.xsd +++ b/Data/AmateurSatellites.xsd @@ -1,3 +1,11 @@ + + + + + @@ -17,6 +25,7 @@ + @@ -37,7 +46,7 @@ - + @@ -145,13 +154,19 @@ + + + + + + - + diff --git a/Templates/XSLT/HtmlFileDescription.xsl b/Templates/XSLT/HtmlFileDescription.xsl index 06a26f1e3082ecca683aeddf2662f7bccb4d39fe..fe73e293d8c1f17b6dbfd711b95efd6c2a23a3e4 100644 --- a/Templates/XSLT/HtmlFileDescription.xsl +++ b/Templates/XSLT/HtmlFileDescription.xsl @@ -6,6 +6,16 @@ + + + + AMSAT SATELLITE LIST @@ -45,7 +55,7 @@ - + @@ -64,7 +74,7 @@ - + @@ -85,7 +95,7 @@ - + @@ -113,15 +123,7 @@ - - + @@ -137,7 +139,7 @@ - + @@ -146,6 +148,16 @@ + + + + <xsl:value-of select="./Name"/> @@ -204,8 +216,13 @@

Radio

Beacon

-

Transponder

+ + + +

Transponder

+
+
@@ -236,14 +253,7 @@ - + @@ -252,7 +262,7 @@

Name :

-
  • Frequency : Hz
  • +
  • Frequency : MHz
  • Mode :
  • @@ -263,17 +273,17 @@

    Name :

    -
  • Uplink : Hz +
  • Uplink : MHzHz - - Hz + MHzHz
  • -
  • Downlink : Hz +
  • Downlink : MHz - - Hz + MHz
  • Inverted :
  • @@ -293,20 +303,18 @@ - + Link :


    +
    -
    -

    - Link : -

    - + +
    diff --git a/Templates/XSLT/SplitAmsatListFile.xsl b/Templates/XSLT/SplitAmsatListFile.xsl index d1bac54b54ccb467b62d77c31db84bf1deef8fed..31902db12edff4ee42c95bd2c1be119f149b9eff 100644 --- a/Templates/XSLT/SplitAmsatListFile.xsl +++ b/Templates/XSLT/SplitAmsatListFile.xsl @@ -5,7 +5,9 @@ + + diff --git a/scripts/HtmlDescriptionPage.bat b/scripts/HtmlDescriptionPage.bat index a4a75366de36f169532c173c5a3264d2c1749bd6..9bcafc5510db387aa8320e8db34fa863be6ee999 100644 --- a/scripts/HtmlDescriptionPage.bat +++ b/scripts/HtmlDescriptionPage.bat @@ -1 +1 @@ -java -jar C:\projet\SaxonHE9-8-0-14J\saxon9he.jar -s:../data/AmateurSatellites.xml -xsl:../Templates/XSLT/HtmlFileDescription.xsl -o:../site/index.html \ No newline at end of file +java -jar C:\projet\SaxonHE9-8-0-14J\saxon9he.jar -s:../data/AmsatList.xml -xsl:../Templates/XSLT/HtmlFileDescription.xsl -o:../site/index.html \ No newline at end of file