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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Can I dispaly this info with DNN?Can I dispaly this info with DNN?
Previous
 
Next
New Post
2/9/2009 8:50 AM
 

Thank you for the example.  This is what I am looking for.  Unfortunately I still cannot get the output to display in the module.  I am wondering if it has something to do with the ".do" extension on the URL.  http://intranet.simpsons.net/IntranetWeb/getEpaArcAlerts.do
When I use the URL in IE & Firefox I get the XML display, no privledges required.  But using the same URL with the stylesheet in DNN does nothing.

Any ideas?  Anyone seen this type of behavior?

 

 
New Post
2/9/2009 10:50 AM
 

simonduz-
Could you post an updated example of the XSL transform code you're now attempting to apply? 

The closest issue to yours that I've previously run across is a lack of XML tags appearing when performing an identify transform from XML to XML.  In that particular case, everything rendered as expected in IE/FF but only the data appeared (sans tags) when rendered through the XML module.  I think your issue is different, however -- it'd be helpful to be able to run the same XML/XSL that is giving you problems.

-mamlin


esmamlin atxgeek.me
 
New Post
2/9/2009 12:13 PM
 

I am using the one posted by iwonder.  Just for clarification I also downloaded the Stylus Studio demo to debug any of the style sheet.  Both iwonder's copy and mine worked perfectly with the XML source URL in SS.

<?xml version='1.0'?>
<
xsl:stylesheet version="1.0"
    xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform" >
<
xsl:template match="/">
<
xsl:apply-templates select="Alerts/Item"/>
<
/xsl:template>
<
xsl:template match="Alerts/Item">
Date: <xsl:value-of select="DateSent"/><br/>
Priority: <xsl:value-of select="Priority"/><br/>
Subject: <xsl:value-of select="Subject"/><br/>
Body: <xsl:value-of select="Body"/><br/>
========================================<br/>
<
/xsl:template>
<
/xsl:stylesheet>

 

 
New Post
2/9/2009 4:51 PM
 

Well, I'm confused over how you've got the module and site setup.  What version of DNN are you using, and what version of the news module are you using?  You say this in an Intranet site's feed, and most likely, this is a security issue, rather than an DNN issue exactly.  The extension on the URL matters, if your feeds generator expects some action to be taken automatically when the URL is hit.  DNN doesn' much care, because it's doing a web request.  That's why I suspect your issue is more security setup for your intanet site, machine CAS setup, and DNN security.  Could be a lot of issues, Code Access Security levels notwithstanding.

You would not necessarity see those types of issues with a browser due to the different security models used.  ASP.Net v2.0 requires CAS to be set up consistent with the level needed for the web app needed, which in the case of XML and RSS require more than medium trust levels.

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Can I dispaly this info with DNN?Can I dispaly this info with DNN?


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