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 ForumsXMLXMLNo data.  No errors.No data. No errors.
Previous
 
Next
New Post
5/22/2007 9:29 PM
 

I am trying to use this module.  I set the URL to an xml feed and nothing happens.  The container is empty.  No data.  What am I doing wrong?

 
New Post
5/23/2007 4:48 AM
 

Did you also set a XSL stylesheet? It will need one.

Btw, which version of XML are you using?

 
New Post
5/23/2007 8:38 PM
 

Thank you for the reply.

I am using version 4.03.04.

Yes, I tried using a stylesheet.  I tried several xml sources. Nothing.  This is a new DNN installation.  I have used the module on DNN 3.x installations.  This is my first time trying to use it on this site.  I am using DNN v 4.5.1.28

Thank you.

 
New Post
5/24/2007 2:03 AM
 

Try an Identity Transformation as Stylesheet, for example:

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

  <xsl:output method="html" version="3.2" />

  <xsl:strip-space elements="*" />

  <xsl:template match="*">
    <xsl:element name="{local-name()}">
      <xsl:apply-templates select="@*|node()"/>
    </xsl:element>
  </xsl:template>

  <xsl:template match="@*">
    <xsl:attribute name="{local-name()}">
      <xsl:value-of select="."/>
    </xsl:attribute>
  </xsl:template>

</xsl:stylesheet>
 
New Post
1/24/2008 3:13 PM
 

Wow! This worked great. Using the identity transformation I found out that the module can retreive the data correctly. By the way, when I use my .xslt transformation nothing displays. The problem must be located in my .xslt then... Right?

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsXMLXMLNo data.  No errors.No data. No errors.


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