07-23-2008 07:35 AM
<xsl:for-each select="alf:parseXMLDocuments('model','/models/xml')">
<xsl:variable name="vehicle"><xsl:value-of select="."/></xsl:variable>
[b]File Name = <xsl:value-of select="fn:replaceAll(string(@alf:file_name), '.xml', '')"/>[/b] Model Price <xsl:value-of select="$vehicle/model:model_details/model:price"/>
</xsl:for-each>
Model Price <xsl:value-of select="$vehicle/model:model_details/model:price"/>
<model:model xmlns:alf="http://www.alfresco.org" xmlns:chiba="http://chiba.sourceforge.net/xforms" xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:model="http://www.seedim.com.au/alfresco/model" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<model:model_details>
<model:model_name>tiida</model:model_name>
<model:heading>Model Heading</model:heading>
<model:image>/resources/advertising banners/bgimage.jpg</model:image>
<model:price>19990</model:price>
<model:thumbnail>/resources/models/flyouts/warranty.png</model:thumbnail>
<model:rollover_thumbnail xsi:nil="false">/resources/models/flyouts/warranty.png</model:rollover_thumbnail>
</model:model_details>
</model:model>
10-22-2008 03:07 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.