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 ForumsXMLXMLXML Update TimelineXML Update Timeline
Previous
 
Next
New Post
7/18/2006 4:52 PM
 

I was curious as to what the timeline on the updates to the XML module looks like.

 
New Post
7/18/2006 6:24 PM
 

There will definetly no short term release of the xml module, no chance to jump the DNN3.3.x train.

I know that some private enhancements of the xml module exists for quite a long time and it will hurt to wait even longer. I think one of the most important properties of a core module is stability. Each feature must be solid and must provide an upgrade path. Every update of a the module should never break an existing installation. 

 
New Post
7/19/2006 1:20 PM
 

I agree completely the next version with all the enhancements needs to be rock solid.  I love the ideas floating around (ISearchable).  That will be fantastic.

Which leads me to my next question.  Why cant we have an interim release with the most requested/easiest features (xsl params)?  We are only talking a few lines of code here and there should be no problem with backward compatibility.  The hardest part of making these changes is setting up the environment which is what I am trying to avoid.  Not asking for ISearchable or anything just something simple.

I posted some sample code here it is like 10 lines that would help us all out (again xsl params).  Sure it is not optimized but doing so would be trivial.  I would normally be happy to make these changes on my own and use "my" xml module but this makes no since as everybody ends up writing the same code over and over and each upgrade is a PITA.  xsl params should be built into the core module.  There is no good reason for leaving them out.

Sorry to complain and offer little assistance.  Hope you guys can find it in your hearts to throw something together in the meantime.

 
New Post
7/20/2006 5:06 AM
 
samkuehn wrote

 xsl params should be built into the core module.  There is no good reason for leaving them out.

Sam, you are right. Adding XSL parameters is an absolute must having feature. The next release should provide parameters for xsl and xml source url. Please look at the current iFrame release to catch the idea.

Your proposed code adds the querystrings as xsl-parameters. Can you please discribe a use case for that?

 
New Post
7/20/2006 1:46 PM
 

Stefan Cullmann wrote
 Can you please discribe a use case for that?

Sure,  lets say you want to table of employees perhaps you would like to have a link where when you click on an empolyee name it would take you to a detail page.  This page could parse the query string to find the correnct employee in an xml file.  So the link would look like this:
<a href=http://myserver/employeedetail/tabid/1/Default.aspx?employeeid=1>Some Employee</a>

Then the http://myserver/employeedetail/tabid/1/Default.aspx page could have code like this

ASPX
<xsl:for-each select='employee[@employeeid = $employeeid]'>

CODE BEHIND
Dim xslArg As New System.Xml.Xsl.XsltArgumentList

For Each item As String In Request.QueryString.Keys
 xslArg.AddParam(item, String.Empty, Request.QueryString.Item(item))
Next

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsXMLXMLXML Update TimelineXML Update Timeline


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