XML roundtripping - attributes with more than one value

2006-11-01 Thread Lynne A. Price
Daniel, You seem to have stumbled on a rather bizarre FM bug. Consider the following XML document: ]> It is reasonable to expect the test attribute of the test element to be treated the same way as the test attribute of the bug element. However, the attribute on test is interpreted a

XML roundtripping - attributes with more than one value

2006-11-07 Thread Daniel Osborn
To: Daniel Osborn; framers at lists.frameusers.com Subject: RE: XML roundtripping - attributes with more than one value Daniel, You seem to have stumbled on a rather bizarre FM bug. Consider the following XML document: ]> It is reasonable to expect the test attribute of the test element t

XML roundtripping - attributes with more than one value

2006-10-24 Thread Daniel Osborn
Hi, In Framemaker, when you add more than one value to an attribute of type 'Strings', the values have to be separated by a line break. When you save the file as .xml the values of the attribute are written into one string separated by spaces. No problem there except that when you open the fi

XML roundtripping - attributes with more than one value

2006-10-26 Thread Daniel Osborn
rn at tomtom.com | +31 (0) 20 8500 934 office -Original Message- From: Lynne A. Price [mailto:lpr...@txstruct.com] Sent: Wednesday, October 25, 2006 7:57 PM To: Daniel Osborn; framers at lists.frameusers.com Subject: Re: XML roundtripping - attributes with more than one value At 10:27 AM

XML roundtripping - attributes with more than one value

2006-10-27 Thread Daniel Osborn
framers at lists.frameusers.com Subject: RE: XML roundtripping - attributes with more than one value At 06:33 AM 10/26/2006, Daniel Osborn wrote: >Does this mean that I should change the attribute type in the DTD to >NMTOKENS? (At the moment it's CDATA.) I tried this but nothing changed. &

XML roundtripping - attributes with more than one value

2006-10-25 Thread Scott Prentice
Hi Daniel... I'm pretty sure that "Strings" values are space-delimited .. at least whenever I've worked with them they have been. I don't think you'll have much success maintaining a newline in an attribute value. ...scott Scott Prentice Leximation, Inc. www.leximation.com +1.415.485.1892 D

XML roundtripping - attributes with more than one value

2006-10-25 Thread Lynne A. Price
At 10:27 AM 10/24/2006, Daniel Osborn wrote: >In Framemaker, when you add more than one value to an attribute of type >'Strings', the values have to be separated by a line break. > >When you save the file as .xml the values of the attribute are written >into one string separated by spaces. No probl

XML roundtripping - attributes with more than one value

2006-10-26 Thread Lynne A. Price
At 06:33 AM 10/26/2006, Daniel Osborn wrote: >Does this mean that I should change the attribute type in the DTD to >NMTOKENS? (At the moment it's CDATA.) I tried this but nothing changed. >Have I done the wrong thing? Daniel, Yes, you want the attribute type in the DTD to be NMTOKENS. And,I hav

XML roundtripping - attributes with more than one value

2006-10-25 Thread Daniel Osborn
Hi, In Framemaker, when you add more than one value to an attribute of type 'Strings', the values have to be separated by a line break. When you save the file as .xml the values of the attribute are written into one string separated by spaces. No problem there except that when you open the

RE: XML roundtripping - attributes with more than one value

2006-10-28 Thread Daniel Osborn
ECTED] | +31 (0) 20 8500 934 office -Original Message- From: Lynne A. Price [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 7:57 PM To: Daniel Osborn; framers@lists.frameusers.com Subject: Re: XML roundtripping - attributes with more than one value At 10:27 AM 10/24/2006, D

RE: XML roundtripping - attributes with more than one value

2006-10-28 Thread Daniel Osborn
eusers.com Subject: RE: XML roundtripping - attributes with more than one value At 06:33 AM 10/26/2006, Daniel Osborn wrote: >Does this mean that I should change the attribute type in the DTD to >NMTOKENS? (At the moment it's CDATA.) I tried this but nothing changed. >Have I done

Re: XML roundtripping - attributes with more than one value

2006-10-28 Thread Lynne A. Price
At 10:27 AM 10/24/2006, Daniel Osborn wrote: In Framemaker, when you add more than one value to an attribute of type 'Strings', the values have to be separated by a line break. When you save the file as .xml the values of the attribute are written into one string separated by spaces. No problem

Re: XML roundtripping - attributes with more than one value

2006-10-28 Thread Scott Prentice
Hi Daniel... I'm pretty sure that "Strings" values are space-delimited .. at least whenever I've worked with them they have been. I don't think you'll have much success maintaining a newline in an attribute value. ...scott Scott Prentice Leximation, Inc. www.leximation.com +1.415.485.1892

RE: XML roundtripping - attributes with more than one value

2006-10-28 Thread Lynne A. Price
At 06:33 AM 10/26/2006, Daniel Osborn wrote: Does this mean that I should change the attribute type in the DTD to NMTOKENS? (At the moment it's CDATA.) I tried this but nothing changed. Have I done the wrong thing? Daniel, Yes, you want the attribute type in the DTD to be NMTOKENS. And,I have

RE: XML roundtripping - attributes with more than one value

2006-11-01 Thread Lynne A. Price
Daniel, You seem to have stumbled on a rather bizarre FM bug. Consider the following XML document: ]> It is reasonable to expect the test attribute of the test element to be treated the same way as the test attribute of the bug element. However, the attribute on test is interpreted

RE: XML roundtripping - attributes with more than one value

2006-11-07 Thread Daniel Osborn
; framers@lists.frameusers.com Subject: RE: XML roundtripping - attributes with more than one value Daniel, You seem to have stumbled on a rather bizarre FM bug. Consider the following XML document: ]> It is reasonable to expect the test attribute of the test element to be treated the