View Single Post
  #1 (permalink)  
Old 03-27-2008, 02:50 PM
bala_kj bala_kj is offline
Member
 
Join Date: Mar 2008
Posts: 2
bala_kj is on a distinguished road
how to set font size for a xml value
Hi All,

String inputRawXML = "<Test1>" +
"<test>A019876543210</test>"
+ "</Test1>";

org.jdom.Document inputDoc = null;
try{
inputDoc=util.createDocumentFromXmlString(inputRaw XML);

}
catch(Exception e){
e.printStackTrace();

}
//Getting the test xml value in string variable 'test1'
String test1 = inputDoc.getRootElement().getChildText("test");

Here, how can i set the font size of test1 variable?

Thanks in advance...

Thanks,

Bala_kj
Reply With Quote
Sponsored Links