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  |  

Maximum ASP
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
SteadyRain
DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  XML Module [Lea...  Error message with XML/XSL module
Previous Previous
 
Next Next
New Post 4/9/2008 9: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 12:25 PM
User is offline Stefan Cullmann
1553 posts
5th 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
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 4/10/2008 5: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 8:33 AM
User is offline Stefan Cullmann
1553 posts
5th 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
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 4/10/2008 2: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.

 


Get Smarter Mail, SmarterStats, SmarterTickets
Windows mail server, web log analytics, and customer service management software - Free Editions Available!
www.smartertools.com
DotNetNuke Modules, Skins, Training and Consulting
If you want DotNetNuke done right then look no further. Developed Solutions provides module development, skin design, user and developer training and consulting. Based in Adelaide, Australia, we offer our services worldwide.
www.developedsolutions.com.au
Venexus, Inc.
Need custom a custom DotNetNuke module? From module planning to deployment, including training and support, Venexus developers deliver end-to-end web solutions on time and on budget.
www.venexus.com

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