| The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |

Home BasePack Stringl Procedures and Functions ReadNextTagInString |
|||||||||||||
| See also: ReadNextTagInTextFile, ReadNextTagInStream, DetectNextTagInString | |||||||||||||
ReadNextTagInString |
![]() |
||||||||||||
The function ReadNextTagInString scans the string InString for the next XML tag, starting at or after the position StartAt. The read tag is parsed, the tag attributes are returned in the variable parameter Attrib, the contents of the tag are returned in the parameter Contents. The function returns the index of the tag in the TagList. If the tag is not contained in the list, the index of the last tag of the tag list is returned. It is therefore recommended to include a dummy tag which indicates an invalid tag. The variable parameter StartAt points to the first unprocessed character position.
|
|||||||||||||