Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 6th, 2006, 11:55 AM
Franck
Guest
 
Posts: n/a
Default WML generation

Hi


I use a java XSLT parser to generate WML

XSLT stylesheet looks like :


<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:output
method="xml"
encoding="ISO-8859-1"
doctype-public="-//WAPFORUM//DTD WML 1.1//EN"
doctype-system="http://www.wapforum.org/DTD/wml_1.1.xml"
indent="yes" />

<xsl:template match="html">
<wml>
<template>
<do type="accept" label="Back"<prev/></do>
<do type="accept" label="Home"><go href="/oml/menu.do"/></do>
</template>

<card id="owap" title="Wap">
<xsl:apply-templates/>

</xsl:stylesheet>

In the WML output, we can read in every tag the mandatory attributes :

<card id="owap" title="Wap" newcontext="false" ordered="true">

In this example, I would like to make absent the newcontext en ordered
attributes.

Can you help me ?


Thanks
Franck

--
-
Franck
mailto:flefebure2.NO@SPAM.orangecaraibe.com


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles