Search

Hello Symphonites!

Please forgive me if i have missed something along the way, however i cannot for the life of me get two very simple scripts to fire in the head of my master.xsl (referencing the files before calling upon them in the website)

I want to integrate the latest version of JQuery (and Nivo Slider Plugins etc) to my website, as well as Googlefont API CSS reference, however when i paste these into my master.xsl i get a ton of XSLT errors....

What am i doing wrong here?

Code can be found here:

http://pastie.org/3413620

You need to self-close the link tag:

<link href='http://fonts.googleapis.com/css?family=Quattrocento' rel='stylesheet' type='text/css'>

becomes:

<link href='http://fonts.googleapis.com/css?family=Quattrocento' rel='stylesheet' type='text/css' />

Also:

<p>By: A website/p>

needs fixing:

<p>By: A website</p>

Excellent! Googlefonts API Now Works nicely!

..but now i am having issues getting image content to display on home.xsl sigh.

I will see if there is anything blindly obvious which has been missed, but if i have any problems i will come back here and make a new discussion.

Thanks for your help!

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details