How to display XML? need xsl

2006-09-15 Thread KAM
I have the following code: LOCAL ; lcDBF lcDBF = dbffilename IF EMPTY(lcDBF) ssiMESSAGEBOX(You must select a table) RETURN ENDIF lcAlias = juststem(lcdbf) lcXML = lcAlias+.xml lcXSL = lcAlias+.xsl CURSORTOXML(lcAlias,lcXML,1,512,0) ** also CURSORTOXML(lcAlias,lcXML,1,512,0,lcXSL)

RE: How to display XML? need xsl

2006-09-15 Thread Allen
I was under the impression that the next version of word is to be XML but not current ones Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of KAM Sent: 15 September 2006 19:54 To: [EMAIL PROTECTED] Subject: How to display XML? need xsl I have

Re: How to display XML? need xsl

2006-09-15 Thread Ted Roche
If you're looking for a tool that understands XML and lets you browse it, check out: http://www.daveswebsite.com/software/xmleditpro.2.0/ -- Ted Roche Ted Roche Associates, LLC http://www.tedroche.com ___ Post Messages to: ProFox@leafe.com

Re: How to display XML? need xsl

2006-09-15 Thread ken.com
Thanks for the link That editor is able to browse the output from cursorToXML (it does something strange with the 1st field data?) - Original Message - From: Ted Roche [EMAIL PROTECTED] To: profox@leafe.com Sent: Friday, September 15, 2006 12:23 PM Subject: Re: How to display XML

Re: How to display XML? need xsl

2006-09-15 Thread Andrew Stirling
Kam Right click on the xml choose properties, you can then choose what program opens the xml. Andrew Stirling 01250 874580 http://www.calcpay.co.uk HMRC Accredited UK payroll program KAM wrote: I have the following code: LOCAL ; lcDBF lcDBF = dbffilename IF EMPTY(lcDBF)