Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AspDotNetStoreFront
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Aspose - The .NET & Java component publisher
 


  Sponsors  

Meet Our Sponsors

MaximumASP
SourceGear - Tools for Developers
.: CounterSoft :.
telerik
ExactTarget email software solutions
Merak Mail Server
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  XML Module [Lea...  No data. No errors.
Previous Previous
 
Next Next
New Post 5/22/2007 6:29 PM
User is offline Anthony Harwood
3 posts
none
10th Ranked


No data. No errors. 

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 1:48 AM
Online now... Stefan Cullmann
1446 posts
6th Ranked








Re: No data. No errors. 

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

Btw, which version of XML are you using?


Stefan Cullmann - stefan.cullmann [at] dotnetnuke.com

forms & Lists (UDT5.0) will be the next major release of the User Defined Table project.
A first Preview is available, though it requires DotnetNuke 5 (Beta 5).

 
New Post 5/23/2007 5:38 PM
User is offline Anthony Harwood
3 posts
none
10th Ranked


Re: No data. No errors. 

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/23/2007 11:03 PM
Online now... Stefan Cullmann
1446 posts
6th Ranked








Re: No data. No errors. 

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>

Stefan Cullmann - stefan.cullmann [at] dotnetnuke.com

forms & Lists (UDT5.0) will be the next major release of the User Defined Table project.
A first Preview is available, though it requires DotnetNuke 5 (Beta 5).

 
New Post 1/24/2008 11:13 AM
User is offline Dario Rossa
212 posts
dotnetnuke.dariorossa.it
9th Ranked




Re: No data. No errors. 

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?


Dario RossaDario Rossa
Personal WebSite: http://www.dariorossa.it
DotNetNuke: http://dotnetnuke.dariorossa.it
 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  XML Module [Lea...  No data. No errors.
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


DNN SEO
Seablick Consulting specializes in DNN search engine optimization (SEO), DNN consulting, as well as support & training.
seablick.com
Intura Vision / Intura Enterprise
Point-of-Sale and business management applications targeted towards quick service, fast casual and delivery-based restaurant concepts.
www.intura.com
Dnaxp.Net
Dnaxp.Net offers a comprehensive base of information, resources, and support for DotNetNuke.
www.dnaxp.net

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP