Recently active
Adepters:We use XIncludes extensively. Normally, even if you have write access to an XIncluded object, you can't make changes until you lock the entity. That happens automatically if you click inside the object. However, we have a couple of macros that we use to globally find and then replace a certain attribute (which get invoked by function keys):<macro name="findChangeStatus"><desc>Finds next changeStatus attribute</desc><script type="application/x-acl"></script></macro><macro name="deleteChangeStatus"><desc>Finds next changeStatus attribute and deletes</desc><script type="application/x-acl"> oid_delete_attr(oid_current_tag(), "changeStatus");]]></script></macro>Unfortunately, these don't cause the entity to be locked, so the deleteChangeStatus doesn't work. I found an ACL function, "oid_entity_lock", which would seem to be what I need. But, not being an accomplished ACL programmer, I can't figure out how to
I got error when starting up Arbortext.Arbortext Editor Response:[A18115] Error in initialization file: C:\Program Files\PTC\Arbortext Editor\adapters\com.ptc.prowt.arbortext\init\WindchillAdapterInitializer.js,(A12281) Cannot create a Java virtual machine from“\\....\jre7\bin\Client\jvm.dll” (-1).James
Hi, I am receiving lots of illustration in ISO format which are converted from PRO-E, Solidworks, etecetera softwares. If i check the entities when opening in Isodraw they have lot of nodes(line segments). If i try to remove the nodes by using OPTIMIZE-SMOOTH, or AUTOMATIC option the profile of the entites are changing. If the Line segments are reduced the file size is reducing. My targeted output is webCGM(exported form iso, web cgm, compressed) of lesser file size(~250Kb). Is there any option to achieve the target? Your thoughts.Thanks for your cooperation.
For example, one can't make one of the following savetexts work:<e-i-c gi="dtdelement"...&lt;br"/><savetext textid="myvar1.txt" conrule="!&lt;myelement&lt;br /&gt;myattr="!,#CONTENT(dtdattr),!"&gt;!,#CONTENT,!&lt;/myelement&gt;!" placemnt="before"><savetext textid="myvar2.txt" conrule="\&lt;myelement&lt;br /&gt;myattr="\,#CONTENT(dtdattr),\"&gt;\,#CONTENT,\&lt;/myelement&gt;\" placemnt="before">dtdattr is CDATA and the possible values are endless ...Later I want to <usetext conrule="myvarX.txt"&lt;br"/>Or am I wrong and there is a magic conrule recipe I'm missing that willachieve this?-- Paul Nagai
What is thexpath equivalent of FOSI #CONTENT? I need to save an element's #PCDATA and any tags. Not PIs, although FOSI probably would ignore them.The SGML doc has the following. Note that and <brk> are singletons.<title>Lorem ipsum<brk>dolor sit amet</title>In the FOSI, precedingsibling is trying to save the <title> element's #CONTENT. The FOSI had the following, which worked until <brk> was added to the title:<e-i-c gi="a">>...><att>><fillval attname="following-sibling::title[1]/text()" attloc="#XPATH"fillcat="savetext" fillchar="conrule"/">><charsubset>><savetext textid="title.txt">>...>>When <brk> is added in the title, #PCDATA is captured up to but not including the <brk> tag.Here is what I've tried, and the results:following-sibling::title[1]/text() captures the content up to but not including the <brk> tag.following-sibling::title[1]/node() ditto.following-sibling::title[1
I have a table with cells that have a lot of data in it. When the doc is published/previewed some of the cells data runs into the footer, and got lost when printed or composed to pdf. Is there a work around to fix this problem? I have read the Help file about the problems of deep content splitting. I have tried everything, and still could not get the data to publish correctly on a page. I am hoping that the Arbotext developers resolve this issue in future release as this problem was inherited since day 1. Any suggestions or recommendation to resolve the issue that I have is greatly appreciated. Tuyen -
Hi all, how do i know where arbortext editor is going to hypenate my line? im creating a table, with 'long' text (already the absolute minimal letters)and this text is just chopped off in ran-dom fash-ion, mak-ing rea-ding an-noying.Entering blank spaces to compensate for breaking, does not help much, as the effect is only seen after a preview is published.(our company does not make use of AT styler.)any help MUCH appreciated, Thank you, have a great weekend!Ed
In the Editor manual ist says you can access scripts out of the Styler using Xpath with one of the following expressions:- _js:eval()- _acl_eval()It also supports an example for starting a Jscript ( _js:eval("new Date().getFullYear()")), which works out just fine.My problem now is, that I just can´t figure out how to call a function, which needs to be deliverd a parameter.Anyone?To substantiate my problem:I don´t know how to deliver a parameter that is taken out of the document, which ist to be styled. For example I want to deliver an attribute out of the root element to the function and return a different string depending on the actual attribute.Nachricht geändert durch Daniel Thursfield
I have newly installed Arbortext Architect 5.4 on my Windows 7 PC. When I try to compile a DTD, I get the follow error:Dtgen.exe Parser Error:While parsing file P:\Production_Delivery_clone\5096F-CV6D0P0\5096F-CV6aP0.dtd:Cannot find file called markitx. Is it in the currently active directory(err:1 line:58 pos;1857)Compile failed - rc=32Any clues?Thanks!
Hello everyone,We have a situation where a "00" is outputting in the edit view in indices. First, this wasn't the case in 5.3, but we're seeing it in 6.0. If anyone has a clue on that, I would appreciate it.If not, we'd like to suppress this gentext in when in the indices. The gentext is coming from an ACL function and not from the FOSI stylesheet. However, when globally setting gentext=off it suppresses, but so does all the gentext in the doc.Is there a way to suppress gentext in the edit window based on context or current tag? I've tried several things in ACL, but no go thus far. Looking for other ideas.Thanks,Jeff
Good day all,I have attached the Consolidated Isodraw shortcut keys. Kindly once review them and apply.I think it will be very useful.Any changes kindly update it in the forum itself. Thanks.
Say what?With Clay and Brandon's help, I am now successfully generating links from anamespaced element, atidlm:resourcepair. However, if these links resideinside of elements that get savetexted and usetexted, the link is outputtwice.For example in most contexts:<atidlm:resourcepair ....=" tons=" of=" attributes=" live=" here=" ...="/>Gets turned into:<loc id="xxxx" role="table" type="link_with_title" title="titlegoeshere"/">Which is subsequently formatted as a cross reference ... everything worksas designed. The link is live, highlighted properly, and contains all theparts and pieces it should.If, however, that <atidlm:resourcepair..../> lives inside of an element,the content of which gets stored for later output, I end up with two links.The first is "right" and the second one has the right text, is not entirelylive (only the ID/IDREF or numbering portion is live) or entirelyhighlighted (same bits highlighted as live),Any thoughts on what happens to links that are sav
With Arbortext 6.0, Editor now supports Schematron validations. However, with the propriety configurations that are part of Arbortext Editor, it's only possible to use a single Schematron for a doctype. This is ludicrous for a complex DTD. Schematron is specifically designed to be flexible and allow for validating partial aspects of a XML instance. Developing XML for different outputs create different kinds of errors to be checked. Writing a single Schematron attempting to throw every possible validation scenario will only confuse writers. Writers need the ability to select different Schematrons based on the validation needs of the current document instance they are creating. Can the Schematron implementation be changed to allow for multiple Schematrons for single doctype?
We do a lot of drawings with cables and I'm attempting to do a macro that creates a cable from a single bezier by using the parallel paths function, joining the beziers, then adding white fill so that several cables can be put on top of each other realistically.Trouble is, I can't find anything in documentation that adds fill to selected items. And when I use record macro to see what it does, nothing is recorded when I add or change fills - does this mean it can't be done in a macro?
Review and use the attached Consolidated ISODRAW SHORTCUT KEYS.
Good day All,I've created animations using Isodraw cadprocess. Is it possible to play the animation in Isodraw itself or it is mandatory to have ISOVIEW?Thanks for your cooperation.
Hi,Arbortext 5.4 is the platform.I want to define a macro/key/right click menu option (doesn't matter which) to run a process against some XML files, including the one I currently have open in Arbortext. Specifically, I want to run part of my org's internal publishing toolchain. This toolchain requires an exclusive lock on every XML file it uses as input, and as it's not under my control, this can't be changed. So I need to temporarily wrest the file out of Arbortext's hands, run the piece of toolchain, and then open the file back up in Arbortext. This has provided after-dinner entertainment for me for several days, and I still haven't solved it.If you have any ideas on this, please let me know.What I've found so far:1) window_close() doesn't. It's documented that it doesn't actually close the window (it MINIMIZES it, making one wonder why it was not called window_minimize()), but still.2) doc_close(current_doc()) does not seem to actually fully close the file, from Arbortext's point o
Adepters,I am trying to create a pdf file using Print Composer in batch mode. After looking through some older threads I was able to use:Method 1:epic.exe -c "print" test.sgm (this results in a pdf output but prompts the user for the filename)Method 2:epic.exe -c "print printer='Adobe PDF' file=test.ps" test.sgm (this suppresses the filename prompt, but outputs postcript)Is there a way to use the second method (suppressing user input) but output directly to pdf (bypassing the need to use distiller)?Thanks in advance!
I have been looking at the list of Arbortext sessions for the upcoming PlanetPTC Live and I am a bit perplexed. Is the list of sessions displayed on the site (
We are currently only able to publish to pdf via styler. I would like to turn off hyphenation I cannot seem to follow the help guide as I do not have the options under format. Am I missing something?Excerpt:Turning off hyphenationYou must explicitly turn off hyphenation to prevent words breaking at line ends. To turn off hyphenation for an entire document:Choose Format ▶ Edit FOSI Components ▶ Document Default to open the Document Default style panel. Position your cursor on Hyphenation. Click the RIGHT mouse button and choose Add from the resulting popup menu. Set the enabled? value to “no.” Save and apply the Document Default style panel settings. NoteIf hyphenation is desired in a specific element-in-context, open its style panel, add hyphenation, and set the enabled? value to “yes.”
Hi all,I have the following question.We are using arbortext 5.4 m130.could be posible in app stylesheet disable the option of hyphenation.we don´t want to cut any words in the document, we need that all the words go to the next line.thanks in advance and regards,Ramón
We have a custom style sheet designed for use that has a cover page built into to it. When publishing the complete book, the cover page only prints on the cover. If I print a portion of the book ie 3 or 4 differnet topics with some having topic heads, it prints the cover seperatly, then uses the cover page again for all the body pages.Is arbortext 6.0 capable of publishing only sections of a manual or does it need to print the whole book each time. Just trying to cut down on publishing time as it is almost 20min to publish entire book.
Can someone tell me how Arbortext compares to the newest Adobe Tech Comm Suite? (Framemaker 11, Robohelp 10, Captivate 6, etc.)-especially with regard to DITAThanks!
HelloDoes anyoneknow how to turn off e3 composition permanently? I know it's possible to set it to off within the command line for the current session via "set e3composition=off", but cannot see this option within Tools > Preferences.If it's turned on, the Print Preview Options are disabled which I do not want.Thanks,Andy
Hello Friends,I have more 3D .pvz models, After Explode the parts every time I have place the callouts manually. I know how to Generate the callout automatically, but while I use this way generate more callouts for all parts. I would like to give callout specific parts. If anyone know let me know how to give the callout specific part using "Automatic callout generate option".
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.