Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User rivelino_nok's Avatar
    Join Date
    Mar 2003
    Posts
    3
    Hi,

    There are no tools that can create xsl, there are tools like xmlspy where you can edit xsl file. transforming xml into html with xsl works the same way with wml. You still have to write your code, dussend mether if it is html or wml. The content that you recieve from your xml with xsl you can put any where.
    A example; pleasy corrct me if i'm wrong.

    -html:
    <table>
    <tr>
    <td>
    <xsl:for-each select="BODY/LINK">
    <xsl:value-of select="TEXT"/><BR/>
    </xsl:for-each>
    </td>
    </tr>
    </table>

    -wml:

    <card id="example">
    <P>
    <xsl:for-each select="BODY/LINK">
    <xsl:value-of select="TEXT"/><BR/>
    </xsl:for-each>
    </P>
    </card>

  2. #2
    Registered User rivelino_nok's Avatar
    Join Date
    Mar 2003
    Posts
    3
    Hi,

    There are no tools that can create xsl, there are tools like xmlspy where you can edit xsl file. transforming xml into html with xsl works the same way with wml. You still have to write your code, dussend mether if it is html or wml. The content that you recieve from your xml with xsl you can put any where.
    A example; pleasy corrct me if i'm wrong.

    -html:
    <table>
    <tr>
    <td>
    <xsl:for-each select="BODY/LINK">
    <xsl:value-of select="TEXT"/><BR/>
    </xsl:for-each>
    </td>
    </tr>
    </table>

    -wml:

    <card id="example">
    <P>
    <xsl:for-each select="BODY/LINK">
    <xsl:value-of select="TEXT"/><BR/>
    </xsl:for-each>
    </P>
    </card>

  3. #3
    Registered User rivelino_nok's Avatar
    Join Date
    Mar 2003
    Posts
    3
    Hi,

    There are no tools that can create xsl, there are tools like xmlspy where you can edit xsl file. transforming xml into html with xsl works the same way with wml. You still have to write your code, dussend mether if it is html or wml. The content that you recieve from your xml with xsl you can put any where.
    A example; pleasy corrct me if i'm wrong.

    -html:
    <table>
    <tr>
    <td>
    <xsl:for-each select="BODY/LINK">
    <xsl:value-of select="TEXT"/><BR/>
    </xsl:for-each>
    </td>
    </tr>
    </table>

    -wml:

    <card id="example">
    <P>
    <xsl:for-each select="BODY/LINK">
    <xsl:value-of select="TEXT"/><BR/>
    </xsl:for-each>
    </P>
    </card>

  4. #4
    Super Contributor Nokia_Archived's Avatar
    Join Date
    Mar 2003
    Posts
    1,733
    Posted by Peter Vanderfeesten, p.vanderfeesten@vir.nl
    on April 26, 2002 at 14:09

    There are tools (e.g. xmlspy) that can create xsl files. These xsl files can transfer xml into html. I would like to know if there are tools that can create xsl files for transferring xml into wml.

  5. #5
    Regular Contributor mikaaho's Avatar
    Join Date
    Mar 2003
    Location
    Tampere, Finland
    Posts
    67
    Hey,

    There are some tools listed at http://www.xslt.com/xslt_tools_editors.html.

    The transformation is pretty easy to make in the server side using ASP and DOM for example.

    BR,
    Mika

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved