Home | History | Annotate | Download | only in awk

Lines Matching full:record

71                 _xml_closing = XML_TAG; # record delayed tag closure.
76 sub(/^[^=]*/,"",$0); # remove it from record
173 # 1. '>' as the record separator:
175 # RS is set to '>' to use this character as the record separator, instead of
188 # If the record does not contain a single '<', the input is either
197 # simply ignoring anything before the '<' in the current record. This is
202 # $0 = substr($0, p+1); # remove anything before the '<' in record
209 # sec_begin: is the pattern for the start of the record.
210 # sec_end: is the pattern for the end of the record (minus trailing '>').
240 # which defines XML_TYPE, and removes the leading "</" or "<" from the record.
243 # XML_TAG = $0 # copy record
249 # Then the record is purged from the tag name and the spaces after it:
272 # _xml_attrib = $0; # copy record.
303 # parsed in the attribute parsing loop. We need to record this for the
310 # # record a delayed tag closure for the next call