Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
MontyC #1
Images not Showing using Spry
I am trying to learn xml, xsl, and how to use these with spry with the
client-side approach. I can get text to show up using the dataset from the xml
file and Dreamweaver spry regions in an html file. However, images do not show
up. When defining my spry xml dataset in Dreamweaver, I showed my "image"
element to be of the image data type.
When testing this in Safari, it just says "undefined" where I would expect to
see an image. In Firefox, the text that I put into the images element in xml
shows up-- "/images/butterfly2.jpg"
Here is a link to the site where I am testing this:
[url]http://myweb.cableone.net/mccook/books/[/url]
Here is my xml code:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="books.xsl" type="text/xsl"?>
<books>
<book>
<title>Making it Work </title>
<author>Clyde Best</author>
<image>/images/butterfly2.jpg</image>
</book>
<book>
<title>Making it Fail </title>
<author>Klutz Dweeb </author>
<image>/images/butterfly2</image>
</book>
</books>
And I don't know if the xsl file is even used in the Dreamweaver spy process.
If it is, let me know and I will post that code too.
I would greatly appreciate assistance with this. I have spent hours trying to
solve the problem, to no avail.
Monty
MontyC Guest
-
Images not showing on edit
Hi I have Contribute CS3 on the PC and when I navigate to this page http://www.beaufieldhomes.co.uk/homes/white_gates.html I can see the images,... -
images not showing up
Hi everyone. I am VERY new to Dreamweaver which I am currently using to create a wesbite for the non-profit I work for. This is my first website... -
AdRotator Images not Showing
I am currently developing an ASP.Net website for a client and one of the users is not able to see images rendered by the AdRotator control. I have... -
Images are not showing up
My images aren't showing up when I email DWfiles to a client to look over. What do I need to do in DW to make them show up on the templates in an... -
images not showing
dreamweaver mx. 4 page site, all images show when tested seperatly in browser F12. Then if you try to link to any of the other 3 pages the links... -
Massimo Foti #2
Re: Images not Showing using Spry
"MontyC" <webforumsuser@macromedia.com> wrote in message
news:f2j2c1$kso$1@forums.macromedia.com...Due to a bug in Safari you can't use <image> as a tag name in the XML.> When testing this in Safari, it just says "undefined" where I would
> expect to
> see an image. In Firefox, the text that I put into the images element in
> xml
> shows up-- "/images/butterfly2.jpg"
> Here is a link to the site where I am testing this:
> [url]http://myweb.cableone.net/mccook/books/[/url]
Rename the tag and it willwork. Then blame Aple.
Not at all.> And I don't know if the xsl file is even used in the Dreamweaver spy
> process.
--
----------------------------
Massimo Foti, web-programmer for hire
Tools for ColdFusion and Dreamweaver developers:
[url]http://www.massimocorner.com[/url]
----------------------------
Massimo Foti Guest
-
MontyC #3
Re: Images not Showing using Spry
Thank you so much, Massimo. Your response helped me get it to work.
MontyC Guest



Reply With Quote

