You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Venkat <ve...@yahoo.com> on 2000/12/28 08:51:52 UTC

Data with WDDX format


Hi all

Does anyone have idea on using data which is in WDDX 1.0 format

The format is given below:

<wddxPacket version='1.0'>

<header></header>
<data>

<struct>
 <var name='ANSA'>
  <string>
   string bean
  </string>
 </var>

 <var name='ANSB'>
  <string>
   lady's finger
  </string>
 </var>

 <var name='ANSC'>
  <string>
   bird's nest fern
  </string>
 </var>

  <varname='ANSD'>
  <string>
   cactus
  </string>
 </var>
</struct>

</data>
</wddxPacket>

I want to access display string values for ANSA,ANSB,ANSC,ANSD

Please help me with a suitable suggestion

Thanks in advance


.venkat (Venkata Ratnam Vadlamannati)
Daiichi Media Pte. Ltd
21, Kim Keat Road
Singapore - 328805 

Tel: +65 849 8666 Extn.405
Fax: +65 256 5922 
URLs: http://www.daiichimedia.com
           http://www.moreatonce.com


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


RE: Data with WDDX format

Posted by Braxton Robbason <ro...@buzzmetrics.com>.
This is a format developed by allaire for use with their cold fusion and
JRun products.

take a look at www.wddx.org  for more details.  They're trying to push this
format so they give out an SDK and such.

Braxton

-----Original Message-----
From: Venkat [mailto:venkat_at_work@yahoo.com]
Sent: Thursday, December 28, 2000 2:52 AM
To: A mailing list about Java Server Pages specification and reference;
general@jakarta.apache.org
Subject: Data with WDDX format




Hi all

Does anyone have idea on using data which is in WDDX 1.0 format

The format is given below:

<wddxPacket version='1.0'>

<header></header>
<data>

<struct>
 <var name='ANSA'>
  <string>
   string bean
  </string>
 </var>

 <var name='ANSB'>
  <string>
   lady's finger
  </string>
 </var>

 <var name='ANSC'>
  <string>
   bird's nest fern
  </string>
 </var>

  <varname='ANSD'>
  <string>
   cactus
  </string>
 </var>
</struct>

</data>
</wddxPacket>

I want to access display string values for ANSA,ANSB,ANSC,ANSD

Please help me with a suitable suggestion

Thanks in advance


.venkat (Venkata Ratnam Vadlamannati)
Daiichi Media Pte. Ltd
21, Kim Keat Road
Singapore - 328805

Tel: +65 849 8666 Extn.405
Fax: +65 256 5922
URLs: http://www.daiichimedia.com
           http://www.moreatonce.com


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org