I have the following code in a chunk for for my menu.
<FOLDER NAME ="[+wf.title+]" LINK="[+wf.link+]">[+wf.wrapper+]
</FOLDER>
The problem is that I have include accents or ampersands it doesn’t show on my menu. Any ideas?
thanks
-
☆ A M B ☆
- 2,213 Posts
It could be something with your page encoding... Do you have a link we can check out?
Also could a mod move this to General Support?
I’m using text/xml in the template that outputs the the XML and inside the page I have <?xml version="1.0" encoding="UTF-8"?>
-
☆ A M B ☆
- 2,213 Posts
Right, but how about your meta tags?
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Don’t have any meta tags. I put the meta tag you gave me and changed it to say XML and it still doesn’t work. Do I not need to wrap the chunks with <!CDATA ??
This is the structure of my Menu:
<ul>
<FILE NAME="inicio" LINK="/inicio-and.html"/>
−
<FOLDER NAME="Sobre Nosotros " LINK="/Sobre-Nosotros.html">
<FILE NAME="Nuestra Visión" LINK="/13.html"/>
<FILE NAME="Misión" LINK="/Mision.html"/>
</FOLDER>
<FILE NAME="Galería de Photos" LINK="/Galera-de-Photos.html"/>
−
<FOLDER NAME="Que Esperar" LINK="/Que-Esperar.html">
<FILE NAME="España" LINK="/17.html"/>
<FILE NAME="Algo que debes saber" LINK="/Algo-que-debes-saber.html"/>
</FOLDER>
<FILE NAME="Como Conectar" LINK="/Como-Conectar.html"/>
</ul>
-
☆ A M B ☆
- 2,213 Posts
Could you please validate your site:
http://validator.w3.org/
I suspect your problem might be related to the incorrect syntax your using for the menu. As far as I know there is no file or folder tag in the w3c html/xhtml standard.
If you want post a link to your site and we can take a closer look.
AMDbuilder
-
☆ A M B ☆
- 24,524 Posts
It looks like this is supposed to be an xml file, not a regular HTML page?