bad xml files for rev 4.0

2009-11-24 Thread François Chaplais
I have been using BvG's stacks to incorporate into my own dictionary stacks. There are more than a dozen dict xml files with a bad syntax. I have tracked the bug rather deep into BvG docsLib, and it seems that the errors come from the documentation files supplied by runrev. I suspect

XML integration [was]Re: Can Rev be used as server database?

2003-07-12 Thread Mark Brownell
[EMAIL PROTECTED] & Alex Rice wrote: I asked what Runrev's plans for XML were, and pointed out that it seemed to be a bit unclear as to the purpose of including XML functionality in the latest version. Huh? Maybe I don't understand the question. Obviously the purpose was to have

Re: xml book...

2004-04-11 Thread Mark Brownell
On Sunday, April 11, 2004, at 10:44 AM, [EMAIL PROTECTED] wrote: If I had to buy a book that would work well with the xml lib in rr, which book would it be to master xml tech tools? TIA, Andrew Andrew, It depends on what you might mean by xml tech-tools. Some application developers have used

Re: padding out revXMLText

2004-07-30 Thread joel.guillod
Oops Sarah, I use an undocumented feature of the revXMLText (not revXMLTree!) with a third parameter with value TRUE in order to get the formatted xml: put revXMLText(treeID[[,startNode],formatted]) into tFormattedXML I have probably found the undocumented features by analysing the script of

Re: XML Validation:

2009-06-15 Thread Jan Schenkel
XML Schema validation is a different animal from DTD validation. Whereas DTD validation is limited to the structure of the XML file (are there no eloements that are not defined in the DTD, are all the elements there, do they have the right attributes,etc) XML Schemas can also dictate the

XML Validation:

2009-06-15 Thread David Bovill
Has anyone done XML validation using Rev with and XML Schema? The docs say you can use a DTD, but mention nothing about using a schema... I'm looking to validate XML within Rev. Looking at the docs, we can use: > Use the revXMLValidateDTD function to validate an XML tree again

indesign to xml

2005-05-19 Thread Shambhu Nautiyal
Hello, I am working on indesign to xml projects, but now i m facing the problem of unicode entities, my work flow is: Input is XML then Paginate this xml document in indesign then export it as XML. So my Input xml and Indesign exported xml should be same. but there is unicode entity problem

Re: XML Validation:

2009-06-15 Thread David Bovill
Thanks Jan - seems OSX comes with libxml and xmllint. xmllint looks good for checking... lets see if they are also part of standard linux distros 2009/6/15 Jan Schenkel > > XML Schema validation is a different animal from DTD validation. > Whereas DTD validation is limited to the

RE: XML-RPC Stack almost there.

2003-09-06 Thread Ken Ray
Although Rev has an XML external, you might want to look at my XML Library as a possible alternative; comes with full docs and examples: http://www.sonsothunder.com/products/metacard/xmllib.htm Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com

Re: OT - Rev XML terms--tutorials

2003-07-29 Thread Alex Rice
On Tuesday, July 29, 2003, at 11:24 PM, Sannyasin Sivakatirswami wrote: I am slowly familiarizing myself with XML as a "must know" subject.. In reading through XML tutorials and the Annotated XML Specification at xml.com, I do not find any reference any where to the word "node

Re: Using xml functions

2004-09-11 Thread Frank Leahy
On Sep 11, 2004, at 5:00 PM, [EMAIL PROTECTED] wrote: From: Bill <[EMAIL PROTECTED]> Subject: Using xml functions To: How to use Revolution <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" I have been studying the

Re-4: Problem with characters/special characters in XML

2008-02-21 Thread runrev260805
Hi Mark, thanks for the tip in the right direction. After playing around and trying to understand what´s that all about unicode i found that these two lines will do what i want put uniencode(tXml,"UTF-16") into utf16 put unidecode(utf16,"UTF8") into tXml Now my self

Re: Words Indexing strategies

2010-02-22 Thread Alejandro Tejada
Some time ago, i posted a message asking for volunteers to create a Wikipedia CD/DVD. Since then, i have been working on this project and have done some advances, that will be published as soon they work as expected. These are the steps that i am following to process the XML databases

XML-RPC Stack almost there.

2003-09-06 Thread Andre Garzia
Hi Folks, I am now able to call methods on remote machines via xml-rpc, the problem is: I can call the methods and retrieve the answers, but the xml parsing is not done yet. I need some tutorial or easy stack example on xml creation and parsing. For now you must provide a valid xml-rpc call

OT - Rev XML terms--tutorials

2003-07-29 Thread Sannyasin Sivakatirswami
I am slowly familiarizing myself with XML as a "must know" subject.. In reading through XML tutorials and the Annotated XML Specification at xml.com, I do not find any reference any where to the word "node" which we see throughout the Rev XML library. I suspect this is

Re: xml uses and books to read

2004-04-12 Thread Richard Gaskin
Graham Samuel wrote: On Sun, 11 Apr 2004 18:10:15 -0700, Richard Gaskin <[EMAIL PROTECTED]> wrote: [...] XML is just data given structure by putting it between starting and ending tags. Though an increasing number of applications use it for data storage, its primary benefit is in exch

Re: any good starter tutorials for using Rev's built in XML?

2004-06-17 Thread Frank Leahy
On Jun 17, 2004, at 1:34 AM, [EMAIL PROTECTED] wrote: From: kee nethery <[EMAIL PROTECTED]> Subject: Re: any good starter tutorials for using Rev's built in XML? To: How to use Revolution <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; c

Re: any good starter tutorials for using Rev's built in XML?

2004-06-16 Thread kee nethery
If you find a tutorial, please let me know. I've built a stack that uses the various functions in various combinations to try to understand what they do and so far, I'm still not sure what each one does and when or why I would use them. I think the problem is that XML is a new set of

Re: XML

2002-10-08 Thread Ken Ray
No problem, Jim. I'm not sure what I can tell you and what I can't (Kevin - please let me know if I've said too much); I can tell you this much... the XML support in my library is purely Transcript and relies heavily on the PCRE engine that is built into MetaCard (Rev'

revXML encoding, STS XML and namespaces

2006-09-05 Thread Laurent Ostiz
Hi ! I am using Revolution Studio 2.7.3 on a Mactel. I use the revXML library to parse XML files (mainly european RSS feeds). I do not understand how revXML encodes or decodes the node contents. If I do not modify the xml header, and if an encoding attribute is specified, strings from

Re: Dr. Strangelove (or: How I Learned to Stop Worrying and Love XML)

2007-01-14 Thread Sarah Reichelt
On 1/15/07, Derek Bump <[EMAIL PROTECTED]> wrote: Well, I'm a little behind the game, but I'm trying to work with XML documents, and I'm running into walls. I am having difficulty understanding all the different variations of XML, or for that matter, making Regular Express

Re: XML?

2007-01-11 Thread Jim Ault
>> Can anyone tell me how to use the XML library, and >> are there examples >> of using it other than the fragments in the >> dictionary? Also you could save a bit of time, depending on your goals, by visiting http://www.sonsothunder.com/products/xmllib/xmllib.htm ...whe

Re: XML?

2007-01-11 Thread Jan Schenkel
--- Brian Durney <[EMAIL PROTECTED]> wrote: > Hello, > I would like to write a stack that reads and > displays data from an > XML file. In the Revolution dictionary I found > various functions and > messages for working with XML. However, when

Navigating through added XML data?

2006-03-29 Thread John Patten
Hello All... I'm trying to learn to use XML to store stack data. I've managed to load an existing XML document into the stack, navigate through XML data using revXMLMatchingNode and revXMLChildContents and placing contents in specific flds, and creating additonal data using revSetXM

Re: Python with Rev and postGreSQL?

2006-07-14 Thread kee nethery
On Jul 13, 2006, at 11:40 PM, John Tregea wrote: Hi Kee, I am aware of Rev having XML capabilities, but because of a whole bunch of SQL requirements I have kept it in the back of my mind for future investigation. Actually, When I say use XML what I really mean is pass the data using

need help with XML-RPC server side (or, creating variables on the run...)

2004-07-06 Thread Andre Garzia
Hi Folks, I am finishing a XML-RPC server side implementation and stumbled in a problem. For those that are not familiar with XML-RPC let me explain it briefly and also note why it is so important to us. XML-RPC Stands for XML Remote Procedure Call. I hope that everyone here is familiar with

Re: OT - Rev XML terms--tutorials

2003-07-30 Thread Jeanne A. E. DeVoto
At 10:24PM -0700 7/29/03, Sannyasin Sivakatirswami wrote: >Question 1: What is an XML node? If you click the word, you'll see this: node The basic part of which an XML tree is made. A node in an XML tree corresponds to an element in an XML document. >Question 2: (OT) for the c

RE: xml kinds

2004-04-11 Thread Ken Ray
> > If you like, you can look at my XML Library, which is done > totally in > > Transcript. The docs are really clear about XML and how the > library is > > used. > > -- before I study using your flavor of xml, how is better > or different from > rrxml

Re: [OT] Figuring Out XML Error?

2009-10-12 Thread Dave Cragg
Scott I tried to open it with something (not Rev) that parses XML and get the following error: 'The entity "aacute" was referenced, but not declared.' Entities are different between html and xml, and XML only supports a few as standard. Others have to be declared. (F

Revolution 2.0; XML Pull Parser?

2003-01-10 Thread Mark Brownell
Hi, I have a question about the method used to parse XML with Revolution 2.0. Many of the XML parsers available for building applications are based on a push technique that gathers all the information found in a well-formed XML document and places it in some kind of nested array. The latest

Re: Navigating through added XML data?

2006-03-29 Thread Sarah Reichelt
> I'm trying to learn to use XML to store stack data. I've managed to load an > existing XML document into the stack, navigate through XML data using > revXMLMatchingNode and revXMLChildContents and placing contents in specific > flds, and creating additonal data using

Re: Testing conformity of xml data

2008-01-28 Thread Sarah Reichelt
> check "tidy" unix program. Tidy is a popular unix tool that every host > out there will have installed. Even your MacOS X bundles it. It is > used by a lot of toolkits. You can use a combination of tidy and > shell() call to test your XML. Andre's mention of tidy ma

XML+MySQL+UTF8 = MISERY

2010-09-16 Thread Tereza Snyder
Hi all, In Rev (version 4.0) on a Mac : 1. Build an xml file starting with a 'shell' : put revCreateXMLTree( encodeUtf8( merge(fld "XMLshell")), true,true,false) into tmp 1a. the shell has the header: 1b. the encodeUtf8 function: return uniDecode(

Re: xml uses and books to read

2004-04-11 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: There are so many uses for XML that if you have a specific need you might want to learn about XML by the topic or area of interest best suited to your needs. -- Since custom props can't have arrays (and using prop sets are a hack from my pov) -- yet, I am using xml

Re: XML Handling

2008-06-14 Thread Ken Ray
> What I'm not clear about is how I use Rev's XML functions to read in such a > file, and populate my program's variables with the various values. It seems as > though I would need to still write lots of nested loops, which suggests I'm > missing a trick. Can anyon

re: OT - Rev XML terms--tutorials

2003-07-30 Thread Tuviah Snyder
>Not sure, but I think it is synonymous with an XML "element". But the >semantics are that a node is part of a tree structure. So it's an XML >element that maybe has parent node, sibling nodes and children nodes. I love XML and think of XML as the text representation of

XML?

2007-01-11 Thread Brian Durney
Hello, I would like to write a stack that reads and displays data from an XML file. In the Revolution dictionary I found various functions and messages for working with XML. However, when I called the function revCreateXMLTreeFromFile, I got an error that said it couldn't find a ha

Re: [OT] Figuring Out XML Error?

2009-10-12 Thread Peter W A Wood
Hi Scott I'm no XML expert but tried your sample file with this XML Validator - http://www.validome.org/xml/validate/ It complained about an HTML "escape" sequence á As the XML file is UTF-8 encoded it shouldn't be necessary to use HMTL escapes. I've attached

XML Database synchronization

2005-12-07 Thread Joel Guillod
I would like to hear about advices how to address this problem in Revolution: Postulates: - data of my system is based on a number of sets of xml documents; - a set is a repository of xml documents; - there is a registry of the sets which references the address of each set; - to avoid

Re: Navigating through added XML data?

2006-03-30 Thread Ken Ray
On 3/30/06 4:36 PM, "Mark Wieder" <[EMAIL PROTECTED]> wrote: > John- > > Thursday, March 30, 2006, 10:01:27 AM, you wrote: > >> What was messing me up was I was looking at the text of an xml >> file, and seeing it formatted correctly lead me to believe

XML questions

2004-08-09 Thread Alex Tweedly
I just started learning from Sarah's great XML demo, trying to get enough XML knowledge to do some simple input from XML. I found a few questions (about XML in Rev, not about the demo) 1. For revCreateXMLTree (and other XML functions), the documentation says "if the function encounter

Re: XML-RPC Support?

2003-08-18 Thread Andre Garzia
On Monday, August 18, 2003, at 02:48 AM, Jan Schenkel wrote: --- Dan Shafer <[EMAIL PROTECTED]> wrote: I thought I had read or heard somewhere that Revolution supports XML-RPC. But searching docs turns up no clues. Anyone got a pointer? Hi Dan, Revolution supports SOAP, which one mig

Re: [OT] Re: XML Tutorial

2004-01-13 Thread Alex Rice
On Jan 13, 2004, at 1:21 PM, Graham Samuel wrote: Sorry, this really has got OT now, so I'll shut up after this, but I'm still looking to make sense of a phrase like "typing in the XML markup". Not really off topic, if we are using revXML to do it:-) You have it right

[ANN] STS XML Library 2.0 Now Available

2006-03-19 Thread Ken Ray
Hey, everyone! The long-awaited, and long-promised STS XML Library 2.0 has finally been released, adding node path support, search and array methods, conditional validation and plugin support to the all-Transcript XML parsing library. It is also fully Revolution Interoperability (RIP) compliant

Re: xml teaching

2004-06-18 Thread Klaus Major
folks would rather be productive than wait ;-) Yes, please, Sarah! :-) The "built-in" example stacks about XML are not a very good starting point for "absolute xml beginners"... What i would like to see are the basics! We know "basically" what XML is, how it might be or

Re: version control system (was mission critical apps)

2004-02-10 Thread Wouter
x27;t understand your question. Could you elaborate? My idea is that all the components of a stack would be converted to XML so that e.g. grepping/formatting/XML tools could be used to edit/manipulate the components outside of Rev. Moreover, the components should be able to be selectively re-

automatically create fields from xml tree

2005-01-05 Thread Bob Hartley
Hi all. Is it possible to automatically create fields from an xml tree using the runrev xml commands or do I need to know the names of the xml items? IE Read xml tree take item1 and create field with the name of item1 etc etc Cheers Bob -- No virus found in this outgoing message. Checked by AVG

Re: XML integration [was]Re: Can Rev be used as server database?

2003-07-12 Thread Richard Gaskin
Mark Brownell wrote: > With regard to XML ... It is cool to have an XML parser in Rev. But the > potential is vast, and I hope to see some sign that Runrev have a strategic > direction with this. For example, it would be nice for them to integrate > version control from within

Re: XML and Plists

2005-04-10 Thread Bill
I agree. I am writing a complex XML export for the Coast Guard reports and I tried using various XML programs as well as REV XML library and it is faster (and makes clearer output) to use string functions in REV and manually put the whole thing together. But I am also not a good one to ask as I

Re: MS Office and XML

2005-12-14 Thread Andre Garzia
On Dec 14, 2005, at 4:19 PM, MisterX wrote: There's rawa data in SQL. Being able to store binary data in a format is maybe unfriendly to someone at one point but that's trivial compared to the advantages that this feature brings or can bring to your apps ;) Err... Xavier...

Re: any good starter tutorials for using Rev's built in XML?

2004-06-17 Thread Trevor DeVore
On Jun 17, 2004, at 1:21 AM, Frank Leahy wrote: On Jun 17, 2004, at 1:34 AM, [EMAIL PROTECTED] wrote: If you find a tutorial, please let me know. Me too. I think the problem is that XML is a new set of knowledge and the XML functions are a new set of functions. If I already understood XML

Re: XML on Linux

2005-02-10 Thread Kevin Miller
On 9/2/05 4:52 am, "Sivakatirswami" <[EMAIL PROTECTED]> wrote: > How could one implement the XML library on a Linux machine such that > CGI scripts can use rev's XML commands to process xml files? As far as I know this should work without any special configuration,

Re: XML Tree and spaces

2007-05-03 Thread Dave Cragg
Nic Ken and Bill have already pointed out some problems with your XML. The following URL has an online XML checker. It checks that the XML is well-formed (not quite the same as an XML validator). It might be useful. http://www.xml.com/pub/a/tools/ruwf/check.html You'll see that B

Re: XML and Plists

2005-04-10 Thread Frank Leahy
My app reads the iPhoto plist to determine where the default iPhoto library is, and it also reads the iPhoto xml database file. I use string functions to find the particular strings that I need rather than using Rev's XML library. Faster and simpler that way (to develop and to execute).

Re: XML Database synchronization

2005-12-07 Thread Ruslan Zasukhin
On 12/7/05 11:16 PM, "Joel Guillod" <[EMAIL PROTECTED]> wrote: > I would like to hear about advices how to address this problem in > Revolution: > > Postulates: > - data of my system is based on a number of sets of xml documents; > - a set is a repositor

Re: Revolution questions

2004-04-18 Thread Varen Swaab
On the subject of xml, I am surprised at the lack of xml examples available. (except for the one with the default install) Could someone point me to where I can find more examples of xml based Revolution programs? The more complex the better. Thanks. --- Varen Swaab Kirkland, Washington On Apr

Re: XML library reliable?

2003-07-21 Thread Dar Scott
On Tuesday, July 22, 2003, at 12:07 AM, Alex Rice wrote: ©2003 by Joël Guillod [EMAIL PROTECTED] Joel, the little I've used the XML lib I've not had any reliability problems. In your example I can tell you what the error is, but not WHY. I don't know enough about XML. If you

Re: XML and Revolutin

2006-08-28 Thread Bruce Robertson
> Hi Rob, >> Dear All, >> >> I'm writing a small program that will read a text file and generate a >> corresponding SVG graphic. Ideally, the input text file would be >> readily parsed, and I'm wondering about using XML style construction. >>

Re: XML one-liner (if possible)

2010-07-13 Thread Colin Holgate
On Jul 13, 2010, at 6:35 PM, viktoras d. wrote: > I realized that the simplest way to display xml with known schema is to > transform it by simply replacing xml tags with html in the source text and > setting htmltext of field to it (!). That sounds more complicated than my example

Re: XML-RPC Support?

2003-08-19 Thread Jan Schenkel
--- Andre Garzia <[EMAIL PROTECTED]> wrote: > > On Monday, August 18, 2003, at 02:48 AM, Jan > Schenkel wrote: > > > --- Dan Shafer <[EMAIL PROTECTED]> wrote: > >> I thought I had read or heard somewhere that > >> Revolution supports &g

Re: Massive XML docs

2006-02-08 Thread Ruslan Zasukhin
On 2/8/06 5:50 PM, "Todd Geist" <[EMAIL PROTECTED]> wrote: Hi Todd, > Hello Everyone. > > I have some very large XML files ( 100mb or more) that I would to > parse. And this thing has to be fast. I mean FAST. Since I have done > almost no work with rev and XML,

Re: On the topic of XML-RPC, input needed... (Long and Related to: XML-RPC Stack almost there)

2003-09-06 Thread Mark Brownell
-- XML-RPC / MTML comparison -- XML-RPC examples.getStateName 23 -- MTML examples.getStateName 23 examples.getStateName Minnesota ___ use-revolution mailing list [EMAIL PROTECTED] http

Re: Navigating through added XML data?

2006-03-30 Thread Mark Wieder
John- Thursday, March 30, 2006, 10:01:27 AM, you wrote: > What was messing me up was I was looking at the text of an xml > file, and seeing it formatted correctly lead me to believe that the > XML was good. When I started dumping out the XML after I added a new > attribute and ch

Re: XML and Revolutin

2006-08-16 Thread Sarah Reichelt
On 8/16/06, Klaus Major <[EMAIL PROTECTED]> wrote: Hi Rob, > Dear All, > > I'm writing a small program that will read a text file and generate a > corresponding SVG graphic. Ideally, the input text file would be > readily parsed, and I'm wondering about using

Re: Getting Started in XML

2007-05-24 Thread Sarah Reichelt
Great! Downloaded and busy coding now! One thing, I'm guessing that the use of fields in the example is just that - for example. I will need to store the XML data in local variables - will this be a problem? Once you have created an XML tree, the XML data is stored internally in it'

Re: XML and Revolutin

2006-08-16 Thread Klaus Major
Hi Sarah, On 8/16/06, Klaus Major <[EMAIL PROTECTED]> wrote: Hi Rob, > Dear All, > > I'm writing a small program that will read a text file and generate a > corresponding SVG graphic. Ideally, the input text file would be > readily parsed, and I'm

Re: revXML encoding, STS XML and namespaces

2006-09-05 Thread Ken Ray
On 9/5/06 11:25 AM, "Laurent Ostiz" <[EMAIL PROTECTED]> wrote: > At the same time, for those who use STS XML Library, how the things > above are managed ? Laurent, The STS XML Library does not touch the XML contents (or the tree for that matter) in any way; that is,

XML and accented characters [HELP]

2007-01-08 Thread Zax
Hello, My standalone (built for Mac and Windows) uses an XML file to store and retreive some user options. One of these options is the name of a folder. This name can contains accented characters (french) and blank spaces. I encounter 2 problems: 1 - on Mac, if the string to store contains

XML Woes

2007-01-25 Thread Bridger Maxwell
Hey, I am new to XML and I am having troubles again. I have a handler that makes XML, and in some cases it recursively calls itself and uses the revAppendXML command to combine the recursively called tree into the tree it is working on. For some reason though, after I insert the second XML

XML Data sources

2003-08-20 Thread Todd Geist
Hello Everyone, I am brand new Rev user. I have a question that involves XML and I think maybe custom properties. I have a an XML data source that I want to be able to query and display in rev stack much like if it were an SQL database. So far it is a piece of cake to get the XML and create an

Re: Navigating through added XML data?

2006-03-30 Thread John Patten
Thanks Sarah and Peter! Also Sarah's tutorial has been very helpful. I have never done anything with XML, or arrays for that matter, so it's still a lot of trial and error. It's kind of strange how you can stare at something for a couple hours, go away for a while, come back

XML on Linux

2005-02-08 Thread Sivakatirswami
How could one implement the XML library on a Linux machine such that CGI scripts can use rev's XML commands to process xml files? Sivakatirswami Himalayan Academy Publications at Kauai's Hindu Monastery [EMAIL PROTECTED] www.HimalayanAcademy.com, www.HinduismToday.com www.Gu

Re: XML lib under win95.

2004-04-21 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: Hi, I have read only one response to my urget problem of xml lib not working under win95 Any issues with the XML external need not be a show stopper. While it offers some handy conveniences, parsing XML is not difficult to do in native Transcript. If you enjoy those

XML and HTML

2003-07-22 Thread Dar Scott
On Tuesday, July 22, 2003, at 12:42 PM, Tuviah Snyder wrote: The problem is that the htmltext of fields is xml based, so including it in an xml tree and restoring it should work whatever the diacritics, shouldn't it? Only well formed HTML is valid XML. I believe HTML needs a DTD to define

Re: [OT] Figuring Out XML Error?

2009-10-12 Thread Scott Rossi
Recently, Peter W A Wood wrote: > I'm no XML expert but tried your sample file with this XML Validator - > http://www.validome.org/xml/validate/ > > It complained about an HTML "escape" sequence á As the XML file > is UTF-8 encoded it shouldn't be necessa

Re: Object Orientation in arrays - XML

2005-11-22 Thread xavier . bury
Bill, I haven't worked extensively with xml or sql - though the later for my website and the former for my TAOO arrays in arrays solution or parseable handler parameters... But from what i saw on the net, you have to define the data models (schema) you want translated. >From there (a

Re: Data synchronization

2007-09-03 Thread Ruslan Zasukhin
On 3/9/07 12:08 PM, "Bart Pietercil" <[EMAIL PROTECTED]> wrote: Hi Bart, >>>> Actually we did develop HTTP access for Valentina server more than year >>>> ago. But it is not in game yet, because we did plan use it with XML >>>> features

Re: Mac / ISO XML - dumb question

2005-03-23 Thread jbv
Terry, Thanks for the suggestion (replacing upper ASCII chars with their &#xxx; form); I've already came to that conclusion. The XML files I need to generate on-the-fly with Rev cgi feature french content, and french language uses quite a few of those upper ascii chars (éèêëàâäîœæôïöùü

Re: xml uses and books to read

2004-04-12 Thread Graham Samuel
On Sun, 11 Apr 2004 18:10:15 -0700, Richard Gaskin <[EMAIL PROTECTED]> wrote: [...] XML is just data given structure by putting it between starting and ending tags. Though an increasing number of applications use it for data storage, its primary benefit is in exchanging data with other ap

Revolution feature set - some questions

2004-09-10 Thread Van Esch, Stephen (Bolton)
mplex, and technical and include graphics and various font formats. The manuals are XML-based so that they can be output in various formats. One of these formats will be CD-based. The feature page states that Revolution can parse XML files and create and manipulate XML content. In my project,

mysqldump --xml & Rev Unicode [was: XML tree-view as a database frontend in Rev?]

2004-02-12 Thread Toma Tasovac
On Feb 11, 2004, at 6:04 PM, Alex Rice wrote: Anyways that's not exactly what you were asking. I don't think I asked the right thing either... :) There's an easy way to get the database content as an xml tree -- using mysqldump. But here I'm encountering a Unicode difficulty

Re: XML library reliable?

2003-07-21 Thread Alex Rice
On Monday, July 21, 2003, at 11:35 PM, Joël Guillod wrote: ©2003 by Joël Guillod [EMAIL PROTECTED] Joel, the little I've used the XML lib I've not had any reliability problems. In your example I can tell you what the error is, but not WHY. I don't know enough about XML.

Re: xmltree-view.rev

2003-11-23 Thread Tereza Snyder
ck. TIA, Roger ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution xmltree-view is a stack that Tuviah Snyder and I (no relation) worked on to exercise the XML external, which he originally developed for me. We never did get around to docume

Re: XML Woes

2007-01-25 Thread Trevor DeVore
On Jan 25, 2007, at 5:55 PM, Bridger Maxwell wrote: Hey, I am new to XML and I am having troubles again. I have a handler that makes XML, and in some cases it recursively calls itself and uses the revAppendXML command to combine the recursively called tree into the tree it is working on

Re: why XHTML cannot be parsed with RevXML ?

2008-03-15 Thread Ken Ray
On Fri, 14 Mar 2008 14:54:05 +0100, David Bovill wrote: > Paolo - from memory the issue is not that you cannot parse valid XHTML with > Revs XML externals, rather that Revs native htmltext is not valid XML and > therefore cannot be parsed using Revs XML externals! Strange but true. >

Tree Arrays: putting XML in nested arrays

2008-12-31 Thread David Bovill
*Aim* I am trying to define a generic data structure for storing tree structures such as XML documents in the new nested arrays. I'd ike to use this structure to store XML documents, and to store the tree data structures I use for tree widgets. I'd like it to be simpler to use, unde

[OT] Figuring Out XML Error?

2009-10-12 Thread Scott Rossi
Hi List: Was wondering if any XML savvy folks out there might know how to track down/correct a formatting error (?) in an XML file. My brother is using some proprietary software to translate text in XML documents into languages with diacritical characters. The output produced by the software

Re: [OT] Figuring Out XML Error?

2009-10-12 Thread Scott Rossi
Recently, Dave Cragg wrote: > I tried to open it with something (not Rev) that parses XML and get > the following error: > > 'The entity "aacute" was referenced, but not declared.' > > Entities are different between html and xml, and XML only supports

Re: massive xml docs

2006-02-09 Thread Ruslan Zasukhin
start parsing the tree, when it encounters each node (so you can extract >>> attributes from the node) and when it encounters data for the node. So you >>> write your own code to work with the XML data as it's being parsed... >>> >> hmmm... that may be perfect

Re: XML noob questions

2006-10-11 Thread Ken Ray
On 10/11/06 7:09 AM, "Malte Brill" <[EMAIL PROTECTED]> wrote: > Hi all, > > I´m playing a bit with XML in rev at the moment. It seems I don´t get > it from the docs. Any tuts on how to do useful things with Revs XML lib? > > Example: > > >

Using xml functions

2004-09-11 Thread Bill
I have been studying the excellent example stack xml-treeview and the runrev documentation and as far as I can tell it is easier to generate a new xml document by just hard coding Put "http://www.w3.org/2001/XMLSchema-instance & quote & "> " & return &

Re: XML on Linux

2005-02-10 Thread Klaus Major
Hi Kevin, On 9/2/05 4:52 am, "Sivakatirswami" <[EMAIL PROTECTED]> wrote: How could one implement the XML library on a Linux machine such that CGI scripts can use rev's XML commands to process xml files? As far as I know this should work without any special configuration, be

XML and Encoded Archival Description

2003-06-30 Thread James Lewes
HI y'all I am new to xml and while I have a little better than newbie understanding of Runtime Revolution scripting commands, I have decided to try and tackle xml, first, and once I have a rudimentary understanding of xml dive into Encoded Archival Description. There is a gig go

Re: xml teaching

2004-06-18 Thread Pierre Sahores
I really want to join my voice to all, here, to thank you for your proposal. I'm just yet dealing with an POA Java/XML academic project and the best i could learn from your course would be very helpfull ! Best Regards, Pierre Le 18 juin 04, à 11:42, Klaus Major a écrit : Hi Andrew and all,

Re: XMLRPC question

2010-10-21 Thread Andre Garzia
Hello There Leland, Be welcome. Are you calling Userland Frontier server with that XML-RPC code? Well, let my curiosity be put aside and let us get back to business. Our XML-RPC library is barebones, it works but it is basically some convenient methods wrapping our XML generation library. Mind

Re: XML to XHTML via XSLT

2004-04-17 Thread Sannyasin Sivakatirswami
Mark, you certainly hit the mark... we *do* need the XML on the input side for the very reason you describe. My Rev app interface allows non-tech types to input data and the app outputs the data in perfectly formed XML... i.e. forcing it into an XML structure means no bad input on the front

Re: [ANN] STS XML Library 2.0 Now Available

2006-03-20 Thread Dan Shafer
Thanks, Ken. Nice bit of work. On 3/19/06, Ken Ray <[EMAIL PROTECTED]> wrote: > > Hey, everyone! > > The long-awaited, and long-promised STS XML Library 2.0 has finally been > released, adding node path support, search and array methods, conditional > validation and p

Re: Object Orientation in arrays

2005-11-22 Thread David Bovill
I thought this would be your baby :) On 22 Nov 2005, at 13:49, Ruslan Zasukhin wrote: Hi David, Do you talk about mapping of XML document into database ? Yes. Any nested level of XML can be simulated on self-recursive table. I just love recursion :) Generally speaking any XML document

Webservices XML and how to do it better (was XML doesn't WORK !)

2006-01-06 Thread David Bovill
Found this interesting link while researching into Yahoo web services: http://www.crockford.com/JSON/xml.html JSON is a simplified alternative to XML for date-interchange with the added advantage of working with the Javascript DOM., as such it seems a very good format for those

Re: Revolution and XML

2002-06-10 Thread Kevin Miller
On 8/6/02 7:11 pm, Trevor DeVore <[EMAIL PROTECTED]> wrote: >> From what I have gathered Revolution does not have XML support built in right > now. I did see an XML library available at http://www.sonsothunder.com/ that > is > in BETA testing and also a rumor on the ho

  1   2   3   4   5   6   7   8   9   10   >