Recently active
@
HI Team, I have one requirement in my current project, which I need to replace some customized words in the elements where it is present in whole document.The below peace of code facing some issues on replacing the words.function checkWord(word,color){local rtn = 1; local logmsg = oid_first();# Set disable continue search set wrapscan = off; # Cursor goto root of document goto_oid(oid_caret()); # Find word & changing text color while(rtn == 1) { rtn = find(word, 0x0008|0x0200|0x0020); if(rtn == 1) { selectText = main::selection; EditDelete; str = '<?Pub _font FontColor="'.$color.'" ?>'.selectText.'<?Pub /_font?>';#insert(str); local findWithin; findWithin = V['FindWithin']; local replFlags = flags|0x0020 replace(word, insert(str), replFlags, findWithin, current_doc()) }} }example doc : - <Simple
Hello,We are required to have a solution to accept or reject changes for change tracking.Is there a CT attibute that can be inserted in the begining of the xml file.Example CT= ACCEPT -- should accept changes for atict:add CT=REJECT -- should reject changes for atict:rejectWhat kind of changes can be made in xslt sheet to process such kind of configuration?Current XSLT sheet config:<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:img="info.evccit.utils" extension-element-prefixes="img" xmlns:atict="http://www.arbortext.com/namespace/atict" exclude-result-prefixes="atict"><!-- Change Tracking --> <xsl:template match="atict:chgm"> <!-- Do nothing. Contains previous content of the markup -->
I've recently upgraded Arbortext Editor from 5.3 M100 to 6.0 M040. We author SGML documents. Couple of issues that I am encountering:Hitting the Enter button after a tag does not show the "Quick Tags." The preference "Show Quick Tags on Enter" in Tools > Preferences > Edit is checked. From Advanced, the "quicktags" preference is set to "On" Unable to use the mouse scroll button to scroll up and down the document."Newline" breaks are appearing everywhere in the document. In the 5.3 version these breaks were not present. Any way to remove these in 6.0? It causes problems with our publishing system. Also, 6.0 allows you to use the "Enter" button and add multiple spaces. Can this feature be disabled?Any help/advice will be greatly appreciate!Thanks
Arbortext Editor 6.1 adds unwanted newlines aka Carriage Returns througout the text. They are not visible within the editor but are visible in any text editor. This is an extremely annoying behaviour. Is there any way to turn this "feature" off. For anyone that runs scripts over the markup this is a pain because this breaks search patterns.Example: The newlines break at odd places, for example there's a cr after <xref:in accordance with sub-paragraph <xreflinkend="myid"></xref>.
To create our xml documents I’m using Arbortext Editor (http://www.ptc.com/service-lifecycle-management/arbortext/editor )What is the bug to solve ?When I create new entities, I have to declare it in the .acl file (edqm_ent_E_W7.acl). We have to declare it in the .dtm file (dbgenentEN.dtm) too.Sometimes, colleagues forget to declare these new entities in the .dtm file (dbgenentEN.dtm).It generate the bug I need to solve, when we run the script in Arbortext Editor (this script runs in fact edqm_ent_E_W7.acl. It marks up our xml file).The bug is :I run the routine in Arbortext Editor. Ifthe acl file doesn’t find the entity in dtm file, Arbortext Editor deletes the text instead of keeping it (through ‘’break’’ command) or replace it by the specified text (in the example here : if ($Error>0) {ie PhEur}).With this command, if there is an error, it should mark up with ‘’ ie PhEur ‘’.Why our xml editor delete the text?To understand better what the bug is, watch the video
Hello all, We're getting ready to purchase our setup and I'm wondering whether we need only one or both of the products. I understand that Styler locks your system up while it's working whereas PE does not (runs in background?). Any insight? Thanks!
Hello,Does anybody know if there is a way to force a row in a table to go to the next page?I have found something in Table Properties (after I select the row) in the Row tab, there is Composed Output Options> Page Break Before Row.I have selected Force for this option but it doesn't work.The row I want still appears on the bottom of the page. And I need it to be on the top of the next page.Does anybody know an option that works?
I get an error message when I try to open a file linked to a stylesheet. It says the stylesheet has been created with a previous version of Styler and it cannot be used unless the stylesheet is upgraded. I read how to upgrade it, but I'd like to be sure this is the right thing to do. Both Arbortext Editor and Styler versions are 3.5. I don't understand where this problem comes from, since nobody modified this stylesheet on purpose (but its properties indicate it's just been modified). I simply set the right addresses in the system registry to locate the dtds, that's all. Please, does anyone know how this operation might have caused this problem? Thanks, Sonia
Hello everyone,We are trying to print a pdf file with FOSI stylesheets and we need to avoid printing its last section which is auto-generated.In fact, this content(some technical data) already exists in different places inside the document but it is unified and shown again in the last page.We tried editing the corresponding .ent files which contain the element involved using the "suppress" command, but it didn't work(content gone but titles didn't).Is there another command or way to achieve this? Maybe a specific file to check?Thank you in advance!
I am getting the following when trying to update the license in Arbortext PE Interactive screen: (-96) license server machine is down or not responding
We are getting PDF page oversets for some of the graphics, but there are no scalefit/width/depth attributes on our graphic or sheet elements. Is there a setting or preference to get AE 6.1 to automatically resize graphics to fit on the page? We can't change the DTD. mentioned using putgraphs and fillval if the graphics are defined as entities, which they are. I really only want the oversized graphics to be affected.fillval attname="gnbr" attloc="sheet" fillcat="putgraph" fillchar="graphname">
We have recently changed from DTD to a schema. Since doing so we have lost our entities/symbols from the drop-down list. From what I have read on this forum site, it appears that PTC has not made an atempt to resolve this issue. I am wondering if anyone has come up with a solution. I would appreciate if anyone could provide a few suggestions. Thanks
Is information service manager required for creating translation package?
Hello,We get errors when entries inside the the original xml files of: Maintlvl = "field" and, wpinfo = "new" are not accepted by Arbortext. How can we fix this?This is not an issue on 2 of our PCs. The other 4 PCs use a reinstalled ArborText application. All PCs are set to use DTD 3.27 for this project, it's mandated by the customer for this phase of the project.Any help is greatly appreciated. My direct e-mail is Delores.Annajee@ubtus.com
Hi:For some reason, PTC Arbortext 6.1 M060 does not construct relative paths properly in DITA. We've set the file locations in Arbortext for the root of the DITA project. If we do not set the root, we get absolute file references. Setting the root gives us links of the form:<xref format="dita" href="SubDirectoryUnderRoot/someFile.dita" scope="local" type="concept"></xref> This will not resolve in the build given a source file in an adjacent subdirectory.The links, in this particular case, should be:<xref format="dita" href="../../SubDirectoryUnderRoot/someFile.dita" scope="local" type="concept"></xref> This will resolve properly in the build for a given file in an adjacent subdirectory.If we set the file locations for each and every subdirectory, we still get incomplete URLs without relative paths.Information Developers are adding the relative path ../../ info manually until we figure out a fix, which is tedious and error-prone.It's as if Arbortext does no
Hi! We're using Arbortext Editor 6.0 m080. It looks like there is a limitation on how many characters will display in the tags. Some of our attributes are very long. This wasn't an issue in the previous version (5.1) that we used. Does anybody know how to remove the limits on tag display?
Hello,I am trying to invoke PE from my CMS for publishing. I am using this URL form CMS:http://localhost:28080/e3/servlet/e3?f=acl&p0=sch_e3s:ublish&p1=D:\cms_export\1654640360.xml&p2=PDF&p3=D:\output&p4=myemail@mycompany.com sch_e3.acl has following function as described in the PE Programmer's guide:local inFile = "D:\cms_export\1654640360.xml";local outFile = "D:\output";local parameters[];local resultArray[];parameters[ "type" ] = "pdf";parameters[ "stylesheet" ] = "d:\stylesheets\stylesheet.fos";local resultString = e3::convert2( inFile, outFile, parameters );e3::stringToArray( resultString, resultArray );if ( resultArray[ "result" ] == "ok" ) {# conversion succeeded: continue processing}else {# conversion failed: error page is in resultArray[ "page" ]}This does not work, how can I invoke publishing?I tried compose_for_pdf() method as well, that simply failed to compose.Can anyone suggest with code please.Thank you,Shivaram
I'm currently working with Arbortext 7.0 M010 and am having an issue with one of my ACL scripts. I'm receiving an "Unexpected argument:\" error on the readvar line. I've read back through the documentation and all looks correct. This same script works fine in Arbortext 6.0. Any thoughts would be greatly appreciated.SNIPPET:function translateImm(){ require comp_usingxsl; require compose; $dir = doc_type_dir(current_doc()); readvar -title 'IMM Translation'\ -prompt 'Select the Section to Translate:'\ -choice 'Maintenance'\ maint\ -choice 'Illustrated Parts Breakdown'\ ipb\ -choice 'Wiring Diagrams'\ wire\....}
Dear Users,I am new to Arbortext , could you let me know how to enable publishing in French and German locale. And if possible can you share some doc on it.Regards,Sri
Hi all, I have two macros one creates a jpg the other a cgm. what do I need to do to make them work as one.Macro export jpeg# recorded with Arbortext IsoDraw 7.3 Save Define final as string final="X:\Photos\" + stripext(activedoc.name) + ".jpg" Export final "JPEG"End MacroMacro export CGM to sp_windrower image folder# recorded with Arbortext IsoDraw 7.3 app.interaction=false Save Define final as string final="X:\Dita Documents\English\Products\sp_windrower\Images\" + stripext(activedoc.name) + ".cgm" Export final "cgm" app.interaction=true End MacrothanksBryon
Hi All,Could you please help me on the following issue?When I connect to Windchill server from Arbortext Editor, the "Eval output Window" appears.Is there any way to disable it?Thanks a lot in advance for your help,Jérôme
I think this was a thread some time back, we upgraded to 6.1M080 and CGM graphics are not viewing. We have Isoview and Creoview on all workstations. It worked in 6.0, somehow it is not picking it up in 6.1. Any ideas or solutions.
Apple's iBook app works awesome with EPUB coming out of Arbortext. Looking for something comparable to recommend to customers for Android. Of course, it needs to be free for consumers to use it. Any thoughts or recommendations are appreciated.
Accordingly to the above picture, when the US$ on the last, will break the "$" to next line, but when I use other symbol, it can break to the next line together (see the below picture)How can I solve the problem without macro, when I typing the US$ can default keep in the same line?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.