Subject:Output has dashes (Hyphens) that are not wanted Author:Michael Crisson Date:15 Mar 2007 11:22 AM
I am attempting to output data from an XML file into a fixed length text file. I am using the following code to create the pading to the right to left justify the data. This code however is putting dashes in the output as well. I am a total newbie when it comes to this...where am I missing it? I don't want the dashes in the output.
Subject:Output has dashes (Hyphens) that are not wanted Author:Michael Crisson Date:15 Mar 2007 01:12 PM
This is how the code looks in the Stylus Studio Enterprise software. The output is also viewed through Stylus Studio Enterprise and Excel. In both, there are dashes (Hyphens) that show up in the output when it cycles through each line of code. When the output is finally displayed it has the dashes and then the correct output after the dashes.
Subject:Re: Output has dashes (Hyphens) that are not wanted Author:(Deleted User) Date:15 Mar 2007 01:31 PM
Hi Michael,
in this case you should just remove them; they have been probably
added because the original XSLT code was copy & pasted from an
Internet Explorer window (that uses the dashes to indicate whether a
node has been collapsed or expanded).