• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Umwandlung xml zu html

Status
Für weitere Antworten geschlossen.

Ninian

Neues Mitglied
Hallo,
ich bin noch ziemlicher Anfänger in Sachen HTML & co. - und bräuchte Hilfe.
Auf meiner Homepage möchte ich gerne eine Simple Viewer Galerie einbauen. Hab mir das Programm runtergeladen und schon versucht den xml Code einzubauen. Ging allerdings nicht. Jetzt habe ich gelesen, dass man den xml code in einen html code umwandeln muss. Aber wie macht man das? Wäre nett, wenn mir das jemand (wenn möglich einfach) erklären könnte.
MfG Ninian
 
vll solltest du mal i-einen anhaltspunkt posten, z.b. die beschreibung oder einen code usw.
 
Geht damit:
PHP:
?php
  $xsltref=xslt_create();
  $ergebnis=xslt_process($xsltref,"dateiname.xml","dateiname.xsl");
  if($ergebnis)
  {
//$ergebnis = str_replace(array("ä", "ö", "ü", "ß", "Ä", "Ö", "Ü", "<br>"), array("&auml;", "&ouml;", "&uuml;", "&szlig;", "&Auml;", "&Ouml;", "&Uuml;", "<br />"), $ergebnis);
// muss nicht unbedingt sein
    print $ergebnis;
  }
  else
  {
    print "Fehler: ".xslt_error($xsltref);
  }
  xslt_free($xsltref);
?>
 
Sicher, dass es xml ist und nicht etwa xhtml? Auch das ist unterschiedlich. Am Besten zeigst du das Problem selbst mal (den Code)?!
 
Hier der Code:
Code:
 [COLOR=#0000ff]<?xml version="1.0" encoding="UTF-8" ?>[/COLOR] 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]simpleviewerGallery maxImageWidth[/COLOR][COLOR=#0000ff]="[/COLOR][B]480[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] maxImageHeight[/COLOR][COLOR=#0000ff]="[/COLOR][B]480[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] textColor[/COLOR][COLOR=#0000ff]="[/COLOR][B]0xFFFFFF[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] frameColor[/COLOR][COLOR=#0000ff]="[/COLOR][B]0xffffff[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] frameWidth[/COLOR][COLOR=#0000ff]="[/COLOR][B]20[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] stagePadding[/COLOR][COLOR=#0000ff]="[/COLOR][B]40[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] thumbnailColumns[/COLOR][COLOR=#0000ff]="[/COLOR][B]3[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] thumbnailRows[/COLOR][COLOR=#0000ff]="[/COLOR][B]3[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] navPosition[/COLOR][COLOR=#0000ff]="[/COLOR][B]left[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] title[/COLOR][COLOR=#0000ff]="[/COLOR][B]SimpleViewer Title[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] enableRightClickOpen[/COLOR][COLOR=#0000ff]="[/COLOR][B]true[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] backgroundImagePath[/COLOR][COLOR=#0000ff]=""[/COLOR][COLOR=#990000] imagePath[/COLOR][COLOR=#0000ff]=""[/COLOR][COLOR=#990000] thumbPath[/COLOR][COLOR=#0000ff]="">[/COLOR]
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 1[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 2[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 3[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 4[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 5[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 6[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 7[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 8[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 9[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 10[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 11[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
[URL="file:///C:/Dokumente%20und%20Einstellungen/Isi/Desktop/simpleviewer/gallery.xml#"][B][FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR][B]115-1503_IMG.jpg[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]filename[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]<[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR][B]Caption 12[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]caption[/COLOR][COLOR=#0000ff]>[/COLOR] 
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]image[/COLOR][COLOR=#0000ff]>[/COLOR]
 
 [COLOR=#0000ff]</[/COLOR][COLOR=#990000]simpleviewerGallery[/COLOR][COLOR=#0000ff]>[/COLOR]
 
Zuletzt bearbeitet:
Ähmm, seit ihr blind? Ich habe doch schon die Lösung in PHP gecodet. Wenn du keine PHP-Untersützung hast - Pech...
 
ich hab div, das ist soweit ich weiß nen unterschied zu php oder?

danke threadi für den link, ich bekomms nur noch nicht korrekt eingebaut, mal sehen. Bin jetzt auch zu müde um noch weiter rum zu probieren.
 
Zuletzt bearbeitet:
@mi-schi: sorry, war fast zeitgleich :neutral:

@Ninian: mach dir die Unterschiede zwischen html und php klar. php ist eine Programmiersprache, die du in deinem Fall brauchst. In php kannst du gewohntes html verwenden.
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben