Tagged Questions

Symphony CMS is an XSLT-powered, open source content management system/framework built in PHP that enables users to create and manage websites and web applications of all shapes and sizes.

learn more… | top users | synonyms

8
votes
5answers
313 views

Quick beginner XSLT reference

I need to learn XSLT for Wordpress and Symphony theming. What are some beginner friendly resources that are relatively easy to follow along to?
4
votes
5answers
3k views

Truncate XML with XSLT

I have a question for the clever people of the SO community. Below is a snippet of XML generated by the Symphony CMS. <news> <entry> <title>Lorem ...
2
votes
2answers
24 views

Why IE tries to save the page instead of opening it?

I'm developing a website and I found that Internet Explorer tries to save the landing page instead of opening it (other browsers work fine). Here's the link: xanderadvertising.mcas.ro I'm trying to ...
2
votes
3answers
117 views

Matching different node handles to get a node value with XSLT

XSLT available is 1.0. I'm working on a dual-language site in an XML-based CMS (Symphony CMS), and need to replace the English version of a category name with the French version. This is my source ...
2
votes
1answer
465 views

Get a specific XML node's position with XPATH?

Let me start by saying I know about position() but I can't seem to figure out how to make it work in this context. What I'm trying to do is iterate through my body of text and find all images. These ...
2
votes
3answers
736 views

Creating a recursive XSL:If statement?

I'm trying to set up an XSL:IF statement that only shows entries that have a node that falls between two values. Simple enough, right? It's just a if greater than and if less than. Problem is, instead ...
1
vote
1answer
48 views

Odd XSL output in Symphony CMS

I'm in Symphony CMS trying to return an article image like so. <img src="{$workspace}/uploads/{/data/news-articles/entry/image-thumbnail}"/> The output looks like this <img ...
1
vote
0answers
146 views

EPUB reader/viewer in PHP

Is there any module/script available which reads/views EPUB files in a web browser? If it's available in any PHP framework like Symphony, CakePHP or any other it would be of great help.
1
vote
2answers
103 views

Sticky forms for select field

I want to make my forms keep the smae value as submitted when there's an error. you can see the example i've created for option "3". I dont want to write this same chunk of code for every option on ...
1
vote
2answers
140 views

Trying to create a dynamic cascading list

So I have this data for a client ( see below ) and I want to create a bulleted list that can have any number of tiers. I also want it to be dynamic in the aspect that items can be listed more than ...
1
vote
1answer
184 views

Redirect before rewrite

Had an issue where I need to redirect old URLs, but not disable the mod_rewrite for page structure. redirect 301 /home.html http://www.url.com/ It needs to live on the Symphony 2.0 .htaccess file ...
1
vote
2answers
144 views

I want to remove XSL whitespace from Markdown formatting

Markdown formatting is coming into my XSL and maintaining its whitespace and breaks. I want it to be converted to actual HTML elements to remove all whitespace. Here's a look at the incoming data ...
1
vote
2answers
146 views

using one piece of XML data in multiple place

How do you transform a section of an XML document multiple times? I'm calling a template from within one stylesheet for a particular node. When I import another utility that transforms that same ...
1
vote
2answers
460 views

How can I get mod_rewrite to ignore certain directories and all their subdirectories?

I'm using Symphony CMS which as default has a mod_rewrite that rewrites all directories. However, I need it to ignore the directories test and transfer and all their subdirectories.
1
vote
2answers
183 views

How do I run MySQL commands?

I'm in the process of updating my Symphony installation and I've been told to "run these MySQL commands" to complete the process. Funny thing... I have no idea how to do that. The commands I'm mean to ...
0
votes
0answers
48 views

symphony & mod_rewrite

Looking for some good skills in mod_rewrite or symphony (not sure from where the problem comes!) I was using mod_rewrite normal, but somehow, i can`t get this to work. I mean, when requesting this ...
0
votes
1answer
54 views

Can I DRY this XSLT for nested categories?

XSLT available is 1.0. The XML and XSLT below is for building a dropdown navigation menu for nested categories. The level of categories may vary. Sample XML: <data> <categories-nav> ...
0
votes
2answers
42 views

XSL: Display unescaped HTML

I have this xml <entry id="1008" section="articles"> <excerpt><p>&#8230; in Richtung „Aus“ für Tierversuche. Kosmetik-Fertigprodukte dürfen bereits seit 2004 nicht mehr im ...
0
votes
0answers
81 views

XSLT generated slideshow

I came across Dimitre's answer to Kirk's question Trying to create a dynamic cascading list and I am wondering if it could become a possible solution to my case. My XML source reads as follows: ...
0
votes
0answers
17 views

How to show embedded code in symphony

i have an option to add embedded code from back end of my site. I want to display the video added at the front end of site. i had fetched the value and displayed, where i need to display the embedded ...
0
votes
1answer
64 views

How to include template in all pages

i want to include design in all pages, for this i had set a master page layout, it works perfect.Then i want to add some portions to each page of my site,i am also done this by creating a utility ...
0
votes
1answer
28 views

How to add a template in to symphony

i am new in symphony ,i would like to add a new design in to my symphony site . Here i am attaching the file which i want to integrate in user side.how is it possible?
0
votes
2answers
281 views

Remove whitespace from XSL

I want all whitespace removed so my final code looks like a single block of text. Here's my header <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" ...
0
votes
1answer
133 views

PHP/XSLT multiple instances of the same quertystring

My backend accepts comma delimited id values "11,12,13". On the front end I have a check list that allows multiple selection and posts the following. someurl.com?id=11&id=12&id=13 How do I ...
-4
votes
2answers
316 views

Are Symphony and CakePHP too slow to be usable? [closed]

Are Symphony and CakePHP too slow to be usable? Are Symphony and CakePHP too slow to be usable?