Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > WML generation

Reply
Thread Tools

WML generation

 
 
Franck
Guest
Posts: n/a
 
      12-06-2006
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"
xmlnssl="http://www.w3.org/1999/XSL/Transform">

<xslutput
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
private.php?do=newpm&u=


 
Reply With Quote
 
 
 
Reply

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem: Loosing Session Data in WML/Struts App gilgantic Java 0 10-17-2005 03:14 PM
Lot of good questions on WML, WAP [Push] / HTTP, Cell-carrier / Telco, SMSC / MMSC, Servlet for wireless developer experts to answer ... Jimmy Java 2 11-30-2004 05:01 PM
Developer's needed fin SF Bay Area, for Embedded HTML/WML programming Morgan Strickland HTML 0 12-20-2003 09:04 PM
HTML Generation (Next Generation CGI) John W. Long Ruby 4 11-24-2003 04:24 AM
WML JMMB ASP .Net 3 08-20-2003 07:06 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57