Release Notes
DotNetNuke XML Module 06.00.03
This release is compiled against the .Net 3.5 Framework using VS2012.
The minimum DotNetNuke core version is 5.6.2
Maintenance release
06.00.04
- Fix: Layout information has been ignored, preventing output like csv.
- document() function can be enabled in web.config by setting enableDocument="true" in web config for xslCompiledTransformProvider
- Converted to VS2012
06.00.02
- HttpRequest did not work in Medium Trust
06.00.01
- This release circumvents a bug in DNN6.0.0 which stopped the HttpRequest provider. It introduces no new features.
06.00.00
New Features
- Data Sources and Rendering are now implemented as providers. New data sources
and rendering engines can be added as DotNetNuke providers
- HttpRequest-provider
- Cacheable DataSources
- URL can be defined using TokenReplace
- XslCompiledTransform-provider supports now new XSLT Extension object. These
actions are currently supported:
- setting of page title, page description, module title,
- loading of CSS and javascript files and statements,
- calling TokenReplace to query additonal contect information
New Architecture
- The module switched from VB.NET to C#
- The project was converted from WSP to a Web Application Project (WAP)
- VS2010 project file
- Automatic package creation using MsBuild. Source package requires
msbuildtasks
- Providers build on DotNetNuke.Components, fully supporting DotNetNuke extension
model