1. XSL - dynamically select XML data source - Dreamweaver
2. Spry: Using XML dataset to create tabs of a spry tabbed panel
I have created an xml file that contains the header names and the content I want to add to the site. Here is a snippet from that file: <transportation> <heading> <headingName> Meet Some of Our Drivers </headingName> <image> # </image> <desc> Phil is a driver for the company and he is good at his job </desc> </heading> </transportation> Can I create a tabbed panel from this xml file, so that I can edit the file and have it displayed on the panel? Thanks
3. Spry Data set : validating a select master region - Dreamweaver
4. ASP XML Support - Generate XML string from FORM DATA based on XML schema
I have 2 ASP pages. page1.asp will generate a xml string from form data based on the XML schema, and then submit to page2.asp. My question is if ASP has XML support, so that given form data, it will generate a XML string based on the XML schema? The picture is like this: Form Data, XML Schema -> ASP Function -> XML string The problem is JavaScript doesn't have XML support. Please advise. Thanks!!
5. Format URL for Spry XML Data Set - Adobe Dreamweaver
6. Passing spry xml data into javascript
I would like to pass on a spry data element into a javascript function to do
some math. An easy example would be if:
{price} and {sale-price} where the two data elements
<div>Price: {price}</div>
<div>Sale Price: {sale-price}</div>
<div>Discount Percentage</div><div id="savings">0.00%</div>
<script>
pctsaving('savings','{price}','{sale-price}');
</script>
pctsaving function will set the div value named 'savings' to (1-(a/b))*100.
This will work find and dandy with numbers, but DW CS3 seems not to like to
pass on the spry elements to javascript, it replaces the {price} with:
<script language="javascript">
pctsaving('saving',<MM:BeginLock translatorClass="MM_SPRY"
type="MM_SPRY_DATA_REFERENCE" orig="<MM:BeginLock translatorClass="MM_SPRY"
type="MM_SPRY_DATA_REFERENCE" orig="{price}" ><MM_DYNAMIC_CONTENT
DYNAMICDATA=1><MM:DECORATION HILITECOLOR="Dyn Untranslated
Color">{price}</MM:DECORATION></MM_DYNAMIC_CONTENT></script><MM:EndLock>"
><MM_DYNAMIC_CONTENT DYNAMICDATA=1><MM:DECORATION HILITECOLOR="Dyn Untranslated
Color">{price}</MM:DECORATION></MM_DYNAMIC_CONTENT></script><MM:EndLock>,{sale-p
rice});
</script>
Any ideas?
7. Spry = Exception caught while loading data.xml [object Error] - Adobe Dreamweaver