Hi All,
if anyone can help i'd be very greatful.
i have an xml file as below:
----------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<NoOfPages>3</NoOfPages>
<ID>2082468</ID>
<Attributes>
<Attribute>
<Name>Batch No.</Name>
<Value>40360</Value>
</Attribute>
</Attributes>
<DocumentProperty>
<Originator>Initial MSR Data</Originator>
<Created>2004-10-18T08:07:18.903</Created>
<Declared>2004-10-18T08:07:18.903</Declared>
<FolderID>779</FolderID>
<NumberOfDocuments>3</NumberOfDocuments>
<Cabinet />
<Folder />
</DocumentProperty>
<SavePath>C:\Hub Export\Out</SavePath>
</Document>
----------------------------------------------------------------------------
what i need to do is to put the <FolderID> into a constant within my
script, i was looking at the Readline method, but i'm not sure if this
is right - the line number may change, but the number i want will
always be the <FolderID>.
Thnaks For Any Help.
Jason