i want to only use xml on a few things in my regular html pages...i know a little about how to create an entirely xml page and display all the elements in a fixed position. is there a way for example to mix in a <picture><title>pic1</title><src>pic1.gif</src></picture> with regular html in an xml file and then have it render the picture with a table or whatever in the same spot that it appears in the html code in the stylesheet. does it have something to do with the <xsl:template match="picture">?? thanks for any help and/or code snippets.