Here is the XML code i am trying to work on...
<GBSeq_definition>RecName: Full=Solute carrier family 2, facilitated glucose transporter member 1; AltName: Full=Glucose transporter type 1, erythrocyte/brain; Short=GLUT-1; AltName: Full=HepG2 glucose transporter</GBSeq_definition>
I want to extract the elements such that I get the output as
<aliases>
Glucose transporter type 1, erythrocyte/brain;
GLUT-1;
HepG2 glucose transporter.
</aliases>
i am using XSLT 2.0 saxon processor..i think it can be done using tokenize(), but being a newbie i don't know how to use it..i want to separate the AltName (alternate name) from the RecName (recommended name) and run in it loops so I get the desired output...
Any help is greatly appreciated..i thank you for your time and help...
thank you,
sammed