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
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
WebHostForAsp.net
 


  Sponsors  

Meet Our Sponsors

Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
Click here to go to dev.live.com for Windows Live developer resources
SteadyRain
DataSprings - Great Ideas. Always Flowing.
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  XML Module [Lea...  XML Update Timeline
Previous Previous
 
Next Next
New Post 7/18/2006 1: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 3:24 PM
User is offline Stefan Cullmann
1486 posts
6th 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

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).

Need to import external data to a UDT? Try http://www.codeplex.com/Csv2UDTImport

 
New Post 7/19/2006 10: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 2:06 AM
User is offline Stefan Cullmann
1486 posts
6th 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

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).

Need to import external data to a UDT? Try http://www.codeplex.com/Csv2UDTImport

 
New Post 7/20/2006 10: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.

 


Powered by Adcuent®.Com
Adcuent® Consulting & Technology offers custom development web applications and hosting projects under the brand of Powered by Adcuent®.Com
www.adcuent.com
Easily Build DNN Solutions with XMod
XMod makes it easy to build news articles, house listings, custom feedback forms, product reviews and much more - without programming
www.DNNDev.com
Software Development and Integration with DNN
HNP Solutions focuses on the pragmatic use of technology and process to meet an organization's business objectives. HNP Solutions employs seasoned Enterprise and Solution Architects, Delivery Managers and QA & Business Leads. Our capabilities range from project assessments & recommendations, design & code reviews, to full program implementations. We also work with organizations in need of senior staff augmentation purposes in the areas of Enterprise and Solution architecture.
www.hnpsolutions.com

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