1.

Solve : Placing XML doc into html?

Answer»

I have a web site which I created using dreamweaver and I WOULD like to insert an xml document into the web page.  It is to be PLACED between

TAGS.  I have searched and come up with:


      
 

but it isn't displaying.  The xml is already validated; and I am using css to display.  This is a class project.

I'm not sure if this is what you NEED, but I think it might be: Transforming XML Documents into HTML.I don't think so... What I am doing or hope to do is display some text (xml) which is being referenced in the html doc.Probably a server-side parser is the way to go.  PHP has XML-fluent libraries and classes.


Discussion

No Comment Found