how to express <select></select> in xml?

Discussion in 'XML & RSS' started by gilgalbiblewheel, Dec 26, 2007.

  1. #1
    how do you express <select></select> in xml?
     
    gilgalbiblewheel, Dec 26, 2007 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    I don't understand your question. Are you asking about a file with that content only ?
    If yes, for example you can use:
    
    <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
    <select />
    
    Code (markup):
     
    ajsa52, Jan 2, 2008 IP
  3. akram

    akram Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you want to add HTML tags in your RSS Feed you have to either enclose it in CDATA element or replace the < & > with &lt; and &gt;

    In your can it would be &ltselect&gt .... &lt/select&gt;


    - Akram
     
    akram, Jan 5, 2008 IP