View Single Post
  #2 (permalink)  
Old 08-06-2007, 06:39 PM
fred fred is offline
Member
 
Join Date: Jul 2007
Posts: 41
fred is on a distinguished road
Hi!,
I don't know with this framework, anyway you can use:
Code:
String xmlSinHeader = xmlComplete.substring(xmlComplete.indexOf("?>") + 2);
try it!
Reply With Quote