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 ForumsForm and ListForm and ListXSL for UDTXSL for UDT
Previous
 
Next
New Post
11/14/2006 11:18 AM
 
I used your snip exactly, and on the UDT itself I can see the HTML formatting:

<strong>Steve Johnson</strong><br>President
<strong>Virgil W. Frankfort, III</strong><br> Executive Vice President

Then I used it for my own - and I would continue to get the error message that it didn't work, so it is reverting back to table format. Only if you have time, I have included the xsl below. It must be something obvious.

<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:udt="DotNetNuke/UserDefinedTable">
   <xsl:template match="/udt:UserDefinedTable">

       <table cellspacing="0" cellpadding="4" border="0" style="border-width:0px;border-collapse:collapse;">
<xsl:for-each select="udt:Data">
  <tr>
    <td width="132"><xsl:value-of select="udt:Image" /></td>
    <td width="468"><p><strong><xsl:value-of select="udt:Fname" /></strong>
         <strong><xsl:value-of select="udt:Lname" /></strong><br>
         <em><xsl:value-of select="udt:Title" /></em></p>
         <p><xsl:value-of select="udt:Biography" /></p>
         <p><xsl:value-of select="udt:Email" /> </p></td>
  </tr>
  </xsl:for-each>
</table>
</xsl:template>
</xsl:stylesheet>


 
New Post
11/14/2006 11:27 AM
 

Your script is not valid, one opening <p> tag is missing. Your script must be valid XML including your HTML. And don't use <br>, better <br></br> or <br/>.

Gane, try to develop everything offline. Open your xml and xsl inside your VS2005 inside an empty project and  use the built in xslt engine. You can even debug your script. If everything is fine then upload your script to udt and it will run.

 
New Post
11/14/2006 4:12 PM
 
Thank you for your help. I am happy to say I did it. Took long enough!

I even have the icons to edit every row (which my first working model did not).

I have the columns: Image, Fname, Lname, Title, Biography, and Email. I would like to give you the file incase anyone ever wants to use it. Where do I send it (if you want it)

Gabe
 
New Post
11/14/2006 4:20 PM
 

Gabe,

please send your file to my email leupold (at) gamma-concept (dot) de, we will look for the best option to publish it. Thank you for your offer. 


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/7/2006 6:27 AM
 

leupold wrote

... I will discuss this with the site admininstrators, meanwhile anyone can send his XSL and I will post it in the Additional Documents area.

I cannot find the Additional Documents area. Am I missing the obvious?

I am a novice to UDT/XML/XSL. I have been monitoring discussions here in User Defined Table forum for a couple weeks with intent to learn. I want to jump in to say thank you to those leading this forum, because you are some of the most responsive, knowledgable, detailed and friendly group of leaders I have experienced in DotNetNuke.com in six months I have been using the DNN system.

Seems there are others who are more novice like me and could use more working examples of the power of UDT. I notice that sometimes once a topic steers away from core User Defined Table to the use of XML/XSL to code a solution, the conversation slows or stops.

Could someone recommend a good primer book/documentation on the use of XML/XSL that is as close to UDT as possible?


If a problem can be solved, there's no use worrying about it.
If it can't be solved, worrying will do no good.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListXSL for UDTXSL for UDT


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