PDA

View Full Version : Long text in a XML element


pavmoxo
10-02-2006, 12:38 PM
I have an element for the text of an article. How can I distinguish a paragraph in the text with XML DOM?? With the tag <xml> it works but I want to show in others browsers like firefox. Any ideia??

Alex Vincent
10-02-2006, 07:35 PM
What's your source code look like? The use of a <xml> tag sounds like a data island, which to my knowledge only IE supports.