Home : Tutorials : XML Tutorial


logo.gif (8216 bytes)
 

Character Data


Text consists of character data and markup. XML defines the text between the start and end tags to be "character data" and the text within the tags to be "markup".

Data is typically "character data" (letters, numbers, punctuation... anything within the boundaries of valid Unicode) but it can also be binary data. Markup includes tags, comments, processing instructions, DTDs, references, etc.

Markup takes the form of:
    start tags
    end tags
    empty element tags
    entity references
    character references
    comments
    CDATA section delimiters

Character Data
    All text of a document that is not markup


back to last pagenext page

 


Home : Tutorials : XML Tutorial

 

Copyright© 1998-2004 All Rights Reserved. No portion of this site may be reproduced or redistributed without prior written permission from VistaEdge Technologies

All registered trademarks appearing on this site are the property of their respective owners. Java is a trademark or registered trademark of Sun Microsystems, Inc. in the United States and other countries. This site is not connected to Sun Microsystems, Inc. and is not sponsored by Sun Microsystems, Inc.