Altova Mailing List Archives
>xsl-list Archive Home
>Recent entries
>Thread Prev - Re: [xsl] Literal string question
[Thread Next]
Re: [xsl] Literal string question
To:
Date: 1/2/2002 10:37:00 AM
Mike: Doesn't NoteTab have support for regular expressions in its search/replace? How much data do you have anyway? replacing '\.[^ ]' with '& ' (using the syntax my editor recognizes) could go pretty quickly, even allowing for any gotchas you'd have to check for (such as tag names with periods in them, whatever). Sometimes tooling up an assembly line to automate a task, is harder than just doing it.... (Now Mike K.'s test="contains(translate($s, 'ABCDE...Z', 'A'), '.A')" is nice ... though even he has to restate the requirements a bit! :-) Still being a contrarian, Wendell At 09:24 AM 12/31/01, you wrote: Trevor, What I have in mind is to PULL the data from a specific field in my XML document which has initials without a space between them. <CORPNAME>A.A. Peters</CORPNAME> Then (removing the HTML coding using the toolbar macro) I will make this list of names an array in my NOTE TAB PRO clip library. I copy the list and search and replace to put spaces in. The corrected list then becomes my replace array. I run the NTP clip and all the initials in the first array are replaced in by the corrected names in the second array. This is done all in my XML document. I only needed the XSL syntax so I can PULL the data out of my XML document. ====================================================================== 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
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

