Hi All,

Is that anybody can help me to find a solution for the blow:-

I have a file like this:-

Input File:-

<!ELEMENT abbrevList ((title|noTitle),(title?,p?,(abbrev,termDef)+)+)>
<!ATTLIST abbrevList
id ID #IMPLIED
linkLabel CDATA #IMPLIED
role CDATA #IMPLIED
>

In this I need to read (store into a string) multiple lines from:
"<!ATTLIST abbrevList
id ID #IMPLIED
linkLabel CDATA #IMPLIED
role CDATA #IMPLIED
>"

Pls. help me out.
Raj.

Reply via email to