Uplifting Discovery II

Bilder: http://rebornco.com/2000disco2.htm

http://www.cardomain.com/ride/2131860

http://www.expeditionswest.com/vehicles/ewvehicles/Land_Rover_Discovery/index.html http://4wheeldrive.about.com/library/uc/ucLewis_Jones.htm

http://www.blacklandy.de/wbb2/thread.php?threadid=111…a4c13bd6181b080ebb7223b2

http://www.lroc.de/html/schrauber-ecke.htm Teile: http://www.roversnorth.com/store/c-35-discovery-ii.aspx http://www.4wd1.com/series2discovery.htm http://www.roverparts.com/Instructions/

Technik: http://www.muddyoval.com/articles/disco2tech/spring_height.htm

Forum: http://lrrforums.com/showthread.php?t=1473

Leerzeichen / Space ausgeben

Any whitespace you’re putting in there is getting trimmed since the stylesheet doesn’t see its own whitespace-only text nodes as significant. (The earlier text node ‘, ‘ isn’t getting trimmed since it’s not whitespace-only.) The solution is to say <xsl:text> </xsl:text> or if you like, <xsl:value-of select=” “/> should get you the same thing. Note [Weiter lesen...]