[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] how do i...
include XML data as text within an element. what i want is given the following simplified xml: <element> <xml_data> other text </xml_data> </element> when i request the text data for <element> have the entire content below that be returned rather than have <xml_data> be considered as an element. do i simply declare <element> to contain CDATA or do i have to manually escape the content of <element> so that all the < are translated to < (and so forth and so on) or do i need to do both? rjsjr
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|