I have a question for you all. If I have the following string or char[], how would I get the xsl filename out of it? char[] myStr = "...<?xml-stylesheet type=\"text/xsl\" href=\"example.xsl\"?>..."; Is there a way to get it to return just example.xsl? Thanks!