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  |  

DotNetNuke Marketplace
  Ads  
OnyakTech
 


  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...  XML Update Timeline
Previous Previous
 
Next Next
New Post 7/18/2006 2:52 PM
User is offline Sam Kuehn
11 posts
10th Ranked


XML Update Timeline 

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

 
New Post 7/18/2006 4:24 PM
User is offline Stefan Cullmann
1551 posts
5th Ranked








Re: XML Update Timeline 

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. 


Stefan Cullmann - stefan.cullmann [at] dotnetnuke.com
form and List will be the successor of the User Defined Table module.
----------------------------------------------------------------------
Do you want to import external data to form and List /User Defined Table?
Check out http://www.codeplex.com/Csv2UDTImport
 
New Post 7/19/2006 11:20 AM
User is offline Sam Kuehn
11 posts
10th Ranked


Re: XML Update Timeline 

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 3:06 AM
User is offline Stefan Cullmann
1551 posts
5th Ranked








Re: XML Update Timeline 
 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?


Stefan Cullmann - stefan.cullmann [at] dotnetnuke.com
form and List will be the successor of the User Defined Table module.
----------------------------------------------------------------------
Do you want to import external data to form and List /User Defined Table?
Check out http://www.codeplex.com/Csv2UDTImport
 
New Post 7/20/2006 11:46 AM
User is offline Sam Kuehn
11 posts
10th Ranked


Re: XML Update Timeline 

 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 Previous
 
Next Next
  Forum  DotNetNuke® Pro...  XML Module [Lea...  XML Update Timeline
 


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.

 


SSL Enabled and Amazingly FAST...
SSL enable your DNN web site with SSLRedirect, compress your DNN web site HTTP data flow by up to 75%-90% with HttpCompressionAgent, and monitor your DNN web site's performance with WebKeepAlive...
www.sanibellogic.com
Ultra Media Gallery & Video Gallery
The most popular photo gallery and video gallery module. with Flash interface.
www.bizmodules.net
WDK Solutions
Quality modules for the DotNetNuke community. Check out our 'wild' modules!
wdkns.com

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