Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsxsl helpxsl help
Previous
 
Next
New Post
10/8/2009 12:45 PM
 

I hate to be the dummey that does this but I need some help.

Here is my xsl file:

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="utf-8"/>

<xsl:template match="/">
<table summary="Events Table">
<tr>
<th>Events</th>
<th>Team Portal</th>
</tr>
<xsl:for-each select="DocumentElement/QueryResults">
<tr>
<td>
<a>
<xsl:attribute name="href">
   <xsl:value-of select="Link"/>
</xsl:attribute>
<xsl:value-of select="Title"/>
</a>
</td>
<td><xsl:value-of select="Team"/>
</td>
</tr>
</xsl for-each>
</table>
</xsl:template>
</xsl:stylesheet>

Here is the xml from the report:

<DocumentElement>
  <QueryResults>
    <Link>http://events.ksde.org/default.aspx?tabid=57</Link>
    <Title>Test Page</Title>
    <Team>Events Portal</Team>
  </QueryResults>
  <QueryResults>
    <Link>http://events.ksde.org/default.aspx?tabid=347</Link>
    <Title>event</Title>
    <Team>Fiscal and Administrative Services Events Portal</Team>
  </QueryResults>
</DocumentElement>

I get an xslt compile error.

Where am I going wrong?

Thanks in advance.

 
New Post
10/8/2009 2:07 PM
 

OK. I opened this up in firefox and safari and it worked just fine. But when I open it up in IE the dot net nuke error comes up saying that there is an xslt compile error.  

Any thoughts as to why this is the case.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsxsl helpxsl help


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out