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  |  

  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
WebHostForAsp.net
 


  Sponsors  

Meet Our Sponsors

Salaro -- Skins and more
OnyakTech
The best choice for your web site host, email hosting, and domain registration.
CrystalTech Web Hosting™
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.
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  XML Module [Lea...  Error message with XML/XSL module
Previous Previous
 
Next Next
New Post 4/9/2008 8:24 AM
Unresolved
User is offline NMariolis
6 posts
10th Ranked


Error message with XML/XSL module 

 

Running step 7 of the walkthrough tutorial I get this message

System.Xml.XmlException
>' is an unexpected token. The expected token is '"' or '''. Line 1, position 62.

pls help

 
New Post 4/9/2008 11:25 AM
User is offline Stefan Cullmann
1489 posts
6th Ranked








Re: Error message with XML/XSL module 

N,

I went again through the walkthrough, and I followed all the steps exactly. I did not run into any issue.
Please try again from beginning. 


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 4/10/2008 4:00 AM
User is offline NMariolis
6 posts
10th Ranked


Re: Error message with XML/XSL module 

Thanks Stefan, I do the same and it works!!!

Pls give me a last help in order to make the to module work for me. Guide me to handle an xml file that is produced by this url:

http://entradatest.aheadrm.com/entrada/listDestinations?from=AHD01687&to=AHD01685&agreementId=AHD01685:00002

How can I handle it with the XML/XSL module?

Thanks for your help

 
New Post 4/10/2008 7:33 AM
User is offline Stefan Cullmann
1489 posts
6th Ranked








Re: Error message with XML/XSL module 

Sure, first set up http as source, add http://entradatest.aheadrm.com/entrada/listDestinations as source.

Add three static query string params:

from with value AHD01687
to with value AHD01685
aggreementId with value AHD01685:00002

Apply a script like:

   1:  <?xml version="1.0" encoding="utf-8"?>
   2:  <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   3:    <xsl:output method="html" indent="yes"/>
   4:   
   5:    <xsl:template match="Countries">
   6:      <table>
   7:        <tr>
   8:          <th>Code</th>
   9:          <th>Name</th>
  10:        </tr>
  11:        <xsl:for-each select ="Country">
  12:          <tr>
  13:            <td>
  14:              <xsl:value-of select ="@Code"/>
  15:            </td>
  16:            <td>
  17:              <xsl:value-of select ="@Name"/>
  18:            </td>
  19:          </tr>
  20:        </xsl:for-each>
  21:      </table>
  22:    </xsl:template>
  23:  </xsl:stylesheet>

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 4/10/2008 1:17 PM
User is offline NMariolis
6 posts
10th Ranked


Re: Error message with XML/XSL module 

Stefan thanks. It works perfect. Pls tell me is it possible to save these data to an SQL Server table?

Thanks for your valuable help

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  XML Module [Lea...  Error message with XML/XSL module
 


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.

 


Web Valley
Website design, Database development
www.webvalley.com
UK DotNetNuke CMS installation, hosting & support
UK based installation, branding, customising, integration, hosting, training, support and maintenance services for DotNetNuke
www.deburca.co.uk
Need Help with your DotNetNuke website?
Jango Studios offers exclusive DotNetNuke Skin Design, Module Development, Web Marketing and Web Hosting.
www.jangostudios.net

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