Perhaps i'm doing it all wrong. This is what i'm doing (still an issue with the site map)
<xsl:template match="SiteMapHTML">
<xsl:variable name="breaktitle">Alumni</xsl:variable> <!-- Change this to break at a different point -->
<table>
<tr>
<td width='50%' >...
I'm getting this error in the browser. but not in the cms
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace...
I'm trying to do this:
<xsl:variable name="theid1">../<xsl:value-of select="@URL"/>.xml</xsl:variable>
<xsl:variable name="textonpage"><xsl:value-of select="document($theid1)" /></xsl:variable>
But it works on the CMS, but not in the browser
I'm not sure. This is the header to the main xslt file.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:igxlib="urn:igxlibns"...
well the system that we are using has a massive stylesheet. they want to put everything in one stylesheet. and i'm trying to keep it as compact as possible.
Thanks, Tom. I appreciate your help :)
I was able to get it into the list but just had to add a for loop. seemed to work well! my boss was happy :)
thanks again!
<xsl:template match="SiteMapHTML">
<xsl:for-each select="//Navigation[@Name='HTMLSiteMap']//Page">...
I am trying to create a HTML site map from this information. I've been trying to pull out the data in HTMLSiteMap. but for some reason can't seem to figure out how to do so. i know there is a way to do it with out having to do a for loop. i'm just not sure how. I was able to do it with the...
Hello i am a beginner with xslt and am trying to create a HTML site map from a xml file. just trying to use the URL and Page Title.
<?xml version="1.0" ?>
<HTMLSiteMap ID="x4153" Name="HTML Site Map" Layout="default.xsl" IsComponent="false"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.