- Posted by
- Hey Mofi, Thanks for your response. I understand that you're busy at the moment, and I appreciate you taking the time to let me know. I'll keep this in mind for future requests. I'll explore other options for getting help with this topic. Thanks again for your understanding.Posted in Scripts
-   Topics
-   Views
- Samir
3:16 - Sep 13
- Hello Mofi, I’m still hoping for your valuable feedback on this topic. Knowing your expertise in XML, HTML, and scripting, I’m confident you can provide valuable insights. Your suggestions could be instrumental in finding a better solution. Looking forward to hearing from you!Posted in Scripts
-   Topics
-   Views
- Samir
19:58 - Sep 06
- Hi Mofi, I'm working on a project that involves processing HTML and XML files. I've attached the scripts I've been using, along with some sample data. Unfortunately, the XML script isn't functioning as intended. I'm hoping you could help me create a more robust script that can handle both HTML and X...Posted in Scripts
-   Topics
-   Views
- Samir
13:40 - Sep 01
- Hello friends, I request your help in identifying possible coding errors in our HTML table. In particular, I'm concerned about rows that may have an incorrect number of cells, leading to inconsistencies in the table layout. To provide more context, I've attached a sample HTML file that demonstrates ...Posted in Scripts
-   Topics
-   Views
- Samir
10:35 - Aug 30
- The script works very well with small files but has a big problem with large files, most of my files are over 2.5 MB in size. In some cases this script is not working properly. Below is an example: ----------------------------- <xref ref-type="fig" rid="fig2.5A">Figs. 2.5(A)</xref>-<xref ref-type="f...Posted in Scripts
-   Topics
-   Views
- Samir
5:24 - Aug 17
- Sorry for not providing initially the expected output which is added now to my first post. The main purpose of the script is to link all the range links linked separately in the file together and expand the RID value of the xref link. I have some more examples below: ----------------------------- <x...Posted in Scripts
-   Topics
-   Views
- Samir
9:51 - Aug 11
- Hi all, I am trying to expand xref rid value based on specific reference type. I am trying to create a script which is attached. Sample input: <xref ref-type="bibr" rid="ref2_33">33</xref>–<xref ref-type="bibr" rid="ref2_39">39</xref> <xref ref-type="bibr" rid="ref2_33">Refs. 33</xref>–...Posted in Scripts
-   Topics
-   Views
- Samir
13:56 - Aug 10
- I used "UEStudio v12.20.0.1004", and checked in the input sample file given that the updated script output is the same as before, I attached the input and output file, the correct output should be like this file "correct_output1.xml / correct_output2.xml".Posted in Scripts
-   Topics
-   Views
- Samir
5:04 - Aug 02
- Hello Mofi, Thank you very much Mofi for your attention to this matter. I have used the "ToHtmlEntities.zip" script you provided before and still do. Now there are some tasks that require hexadecimal characters for which I need a script like this. I've tried making a script for the one I'm attaching...Posted in Scripts
-   Topics
-   Views
- Samir
8:58 - Jul 31
- Hi all, I need to create an UltraEdit script to convert characters within an open file. 1. Option is Unicode to hexadecimal entity like: Unicode "α" to "α" Hexa Unicode "β" to "β" Hexa Unicode "γ" to "γ" Hexa Unicode "δ" to "δ" Hexa Unicode "ε" to "ε" Hexa Unicode ...Posted in Scripts
-   Topics
-   Views
- Samir
12:16 - Jul 30
- Thanks, Mofi for your reply. First of all apologies for not attaching the script file. Now attached my script file. The purpose of the script is to make the selected text proper title case. Proper title case is a style of capitalization where the first letter of each major word is capitalized, and m...Posted in Scripts
-   Topics
-   Views
- Samir
5:29 - Jul 27
- Hi all! I try to select text for proper title casing by a script. The script is attached. I tried this example for testing the casing of page title. <title>FROM SAMPLE <italic>PLOTS</italic> IN A WOOD TO WOODS IN A LANDSCAPE U.S.A.: AN INTERDISCIPLINARY APPROACH (<xref ref-type="bib" rid="Ref4">REF....Posted in Scripts
-   Topics
-   Views
- Samir
9:19 - Jul 26
- Hi Debjit, Here is the script for the total page count: if (UltraEdit.document.length > 0) // Is any file opened? { // Define environment for this script. UltraEdit.insertMode(); if (typeof(UltraEdit.columnModeOff) == "function") UltraEdit.columnModeOff(); else if (typeof(UltraEdit.acti...Posted in Scripts
-   Topics
-   Views
- Samir
May 31, 2021