Search found 2 matches

by diblassio4
Thu Mar 30, 2006 6:25 pm
Forum: General XML Questions
Topic: Converting Pipe-Delimited txt to XML
Replies: 5
Views: 17800

Converting Pipe-Delimited txt to XML

Hi George, (and everyone else!) I checked out http://www.oxygenxml.com/forum/ftopic977.html and I was trying to use the nice example you posted, but using <xsl:analyze-string select="$value" regex="\|"> for pipe-delimited instead. The problem comes when there is an empty field li...
by diblassio4
Wed Mar 29, 2006 10:21 pm
Forum: General XML Questions
Topic: Can Oxygen Convert Tab Delimited To XML?
Replies: 10
Views: 52986

Heh..almost a year later...

Hi George, I was trying to use the nice example you posted, but using <xsl:analyze-string select="$value" regex="\|"> for pipe-delimited instead. The problem comes when there is an empty field like such: field|secondfield|||fifthField (fields 3 and 4 are empty) field||thirdfield|...