how can change font and style in xml file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manjot13
    New Member
    • Mar 2010
    • 4

    how can change font and style in xml file

    reference to the subject how can change the same in attached file it is linked with flash file
    thanks
    manjot
    Attached Files
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    You want to change the font of the text in the XML file?

    Comment

    • manjot13
      New Member
      • Mar 2010
      • 4

      #3
      yes i want to change text in xml file..

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        You don't. XML is a language used to describe the content. It has nothing to do with presentation of that text. The document itself must be transformed into the document you want for presentation, such as HTML or PDF, etc. This is done using XSL.

        Comment

        Working...