#include "SxmlNode.h"

int main()
{
  SxmlRecord *rec;
  while ((rec=SxmlInputNextRecord())) SxmlPrint(rec);
  exit (EXIT_SUCCESS);
}
