Re: [U2] xml mapping file question

2009-08-09 Thread Norman Bauer
Thanks for the suggestion Stuart. On 8/9/09, Boydell, Stuart wrote: > Hi Norman, > Can I suggest a couple of modifications. You could use the fieldstore > function instead of converting to and from VMs. Using fieldstore will > run exponentially faster than the VM conversion method. > Also, if you

Re: [U2] xml mapping file question [AD]

2009-08-09 Thread Tony G
> From: David Jordan > Hi Norm > Have you found any tools to help generate the excel > stylesheets other than manual coding. Have a look at code sample and documentation for NebulaXLite: remove.pleaseNebula-RnD.com/products/xlite.htm I wrote NebulaXLite specifically because people keep asking

Re: [U2] xml mapping file question

2009-08-09 Thread Boydell, Stuart
Hi Norman, Can I suggest a couple of modifications. You could use the fieldstore function instead of converting to and from VMs. Using fieldstore will run exponentially faster than the VM conversion method. Also, if you want to keep the output pretty add the newline. Eg Equ NEWLINE to char(13):cha

Re: [U2] xml mapping file question

2009-08-08 Thread Steve Romanow
No direct connection, just csv to native xls on my aix server. -Original Message- From: Norman Bauer Sent: Saturday, August 08, 2009 8:30 PM To: U2 Users List Subject: Re: [U2] xml mapping file question Wow xlwt is schaweet! Thanks for the mention on that. Yet another amazing thing

Re: [U2] xml mapping file question

2009-08-08 Thread Norman Bauer
e thread. > > As far as creating excel docs from U2, sth I found that works well is the > python xlwt library. > > -Original Message- > From: David Jordan > Sent: Saturday, August 08, 2009 6:43 PM > To: U2 Users List > Subject: Re: [U2] xml mapping file question >

Re: [U2] xml mapping file question

2009-08-08 Thread Norman Bauer
creating excel docs from U2, sth I found that works well is the > python xlwt library. > > -Original Message- > From: David Jordan > Sent: Saturday, August 08, 2009 6:43 PM > To: U2 Users List > Subject: Re: [U2] xml mapping file question > > Hi Norm > >

Re: [U2] xml mapping file question

2009-08-08 Thread Steve Romanow
t: Re: [U2] xml mapping file question Hi Norm Have you found any tools to help generate the excel stylesheets other than manual coding. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listin

Re: [U2] xml mapping file question

2009-08-08 Thread David Jordan
Hi Norm Have you found any tools to help generate the excel stylesheets other than manual coding. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] xml mapping file question

2009-08-07 Thread Jo Lester
Thank you for posting your solution. I mainly do XML from within a program too. > Date: Fri, 7 Aug 2009 13:36:45 -0400 > From: normanba...@gmail.com > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] xml mapping file question > > So here is how I did it. > > To re

Re: [U2] xml mapping file question

2009-08-07 Thread Norman Bauer
So here is how I did it. To recap. I wanted to include the xsl-stylesheet in the xml document that is produced by XMLExecute(). Below is the code that produced the desired result. PROGRAM STDCSTXML $OPTIONS INFORMATION $INCLUDE UNIVERSE.INCLUDE XML.H ;* CMD is the parag

Re: [U2] xml mapping file question

2009-08-05 Thread Jo Lester
.pdf I haven't tried it myself yet, sorry. > Date: Wed, 5 Aug 2009 16:15:50 -0400 > From: normanba...@gmail.com > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] xml mapping file question > > That is exactly what I mean Jo. > > If I were to do: &

Re: [U2] xml mapping file question

2009-08-05 Thread Norman Bauer
Wed, 5 Aug 2009 14:45:47 -0400 >> From: normanba...@gmail.com >> To: u2-users@listserver.u2ug.org >> Subject: [U2] xml mapping file question >> >> Hello all, >> >> Is there a way to insert stylesheet information in the mapping file? >> For instance: >>

Re: [U2] xml mapping file question

2009-08-05 Thread Jo Lester
; From: normanba...@gmail.com > To: u2-users@listserver.u2ug.org > Subject: [U2] xml mapping file question > > Hello all, > > Is there a way to insert stylesheet information in the mapping file? > For instance: > > root="name" > treat-as="element"

[U2] xml mapping file question

2009-08-05 Thread Norman Bauer
Hello all, Is there a way to insert stylesheet information in the mapping file? For instance: It would save me a lot of work and a huge headache if I could get that information in the mapping file. Thanks, Norm ___ U2-Users mailing list U2-Users@lis