Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Generate XML FILE FROM APEX

702540May 21 2009 — edited May 25 2009
Hi

I want to generate an XML file from APEX when a click button like example in bottom
and All bold number I want receive them as parameters.

<?xml version="1.0" standalone="no"?>
<!DOCTYPE labels SYSTEM "label.dtd">
<labels _FORMAT="1" >
<label _QUANTITY="*5*" >
<variable name = "OLDPRICE">*12.99*</variable>
<variable name = "NEWPRICE">*9.99*</variable>
<variable name = "SKU">*12345*</variable>
<variable name = "COLOR">*010*</variable>
</label>
</labels>


thanks
Jade

Edited by: Jade04 on May 21, 2009 12:21 PM
This post has been answered by 438381 on May 22 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2009
Added on May 21 2009
13 comments
7,128 views