xml question from a newbie

S

Soren Kuula

roy_it said:
How can I insert HTML code into a file xml?

Only if that HTML is also well-formed XML. Among other things, tags must
be balanced -- for each opening tag there must be a closing tag. No more

<html><body>
<p>
Hi!
<br>
</body></html>

(p and br are opened but not closed)

Check out XTML, that is an XML version of HTML.

Soren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,001
Messages
2,570,250
Members
46,848
Latest member
Graciela Mitchell

Latest Threads

Top