[Home] [By Thread] [By Date] [Recent Entries]
Cihan,
Your problem isn't with your XSL, it's with Notepad. The end-of-line character in your file is a single Unicode LF character ( ). This is what XML mandates for line feeds; it happens to be what Unix systems historically have used. Windows, on the other hand, has used a LFCR (linefeed, carriage return) combination. This is what Notepad is expecting; since it doesn't get it, you see your output on one line. But the linefeeds are there. MS Word is smarter about it (it might be changing the LF into the LFCR), so you see the linefeeds when you open it in MS Word. Your best solution is to dump Notepad (which is pretty useless as a tool in any case), in favor of an editor that knows about Unix files (or even better, XML files). Any decent programmer's text editor will do this, including Emacs, TextPad (an inexpensive Windows text editor), or a number of others. In other words, use tools that respect the standards, don't break your data to fit your tools. Cheers, Wendell At 11:26 AM 8/27/01, you wrote: Hi, I am trying to convert XML document to EDI format in my new project and I have some questions; ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ====================================================================== XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



