SLM (Service)
Recently active
Hello, I am a newbie when it comes to ACL. Im looking to create a script that will grab all tags in a document with an certain attribute set to a certain value and then grab its contents witch will be a string of text, and then copy the text and place it in a tag I create like a list. Also if possible, I need to grab the context of where these tags are. For example: Say I have a document with chapters and sections. And within these chapters and sections i have a "highlight" tags. I would like to grab every "highlight" tag in the doc and put it in a list at the bottom of the document where the text in the tag and the chapter and section of where it is located and place it in the list at the end of the document. Any help would be very useful. Thanks!
If someone has already used the tag keeps can I get an explanation of how it works?I used :<rsrcdesc softkeepspage="yes" dfltlayoutconfig="rigid">....<e-i-c gi="row"> <charlist> <keeps keep="7" scope="page">....No difference in resultI want split line anywhereThank you for help
I would like to learn more about creating stylesheets for pdfs, web, and mobile devices.What classes, websites, books, or other resources have helped you learn to create stylesheets that publish content in multiple outputs?
Hello masters!!Here I am again with a new question. I have a java object which constructs a tree(XML) since some elements of an Arbortext's document, starting with one OID and then walking throw next elements of the first OID until my desired XML was constructed, when I back to my acl code what I'm trying to do is to paste this content in other place inside the document, I've been trying to execute it using the 'insert_string -markup' option however it seems that the elements are not recognized, so, for example if I received from java the string: "<note> </note>" Arbortext show me an error telling me the "unexpected argument: /note>" message :'( And I'm pretty sure this is not an "out of context" error, since I've been checking my rules of insertion every moment 😄I don't know why is this happening? I suppose that try to insert some XML tags is not as simple as I thought..... however, if I use the insert_string command assigning directly the string... like this: (insert_
Hi,Has anyone actually implemented this version?I have a customer who is very keen to get to as close to zero footprint as possible...CheersPete
Dear all,Could anybody help me to find the details about style sheet updation procedure. We are updating style sheet from 5.4 to 6 version, we are looking answer for below mentioned questions:1) What is the standard procedure to update the style sheet?2) Is it effect the definitions of style sheet 5.4 when we update to 6?3) If it effects how to identify the damages of definitions?Thank you,Rajesh
Hello experts!! 😃I'm creating one document using the "temp_name" and "open" command in ACL, however when I call a java function through a java object which I created in the same function where my file was created, I can not read content from my document. I saw that only when I close my Arbortext is when the document shows it's content. If I open the new document while my function is "active" and Arbortext is Open, there's no content inside. =(Does anybody know why is that? And how can I solve this issue?As always I really appreciate your time and support. Best Regards.Paulette Zorrilla
Please can some one help..I have this.........macro ChangeTextselect if text contains 'abc'change text to "abcdefgh" <------------ I need the syntax to make this workend macroI have tried using the record macro function within isodraw but it uses the coordinates of the text that is to be changedthanks in advance###########################################################################################I fixed it with this piece of programming I found in this forum................macro ChangeTextDEFINE el as ElementSelect if text contains 'abc'IF (exists(activeDoc.firstSelectedElement)) THEN el = activeDoc.firstSelectedElement WHILE (exists(el)) IF (el.type="Text") THEN el.text.string = stripExt(activeDoc.Name) <------------------- The important bit!! END IF el = el.nextSelectedElement END WHILEEND IFend macro
My oid_fu is weak. I can make oid_name() return "_pi" but I can't read thebreakpenalty attr. Is it a pseudo attr? I only asked that to sound smartbecause I still wouldn't be able to read it if I knew. LOL!Ultimately, I want to highlight all <para> tags green in my screen FOSI ifthey are in a row with a forced pagebreak. I have code that will do this inred for row profiling by just checking on our profiling attrs on row. I'mtrying to write a system-func I'll call from para context entry that willreturn "yes" if the row's first child is the forced table break PI.Happy to pursue another path to indicate a forced break if someone hasfound another way ...-- Paul Nagai
Is there a way to enter superscripts in Arbortext Editor? If so, how?
Hi,I would like to know the parameters that allow a table to split or not to split a line on multi-pageThank you=================== FR ========================Bonjour,Je voudrai connaitre les paramètres qui permettent dans un tableau de fractionner ou de ne pas fractionner une ligne sur plusieurs page Merci
Hi AdeptersIt's been a while since I posted a question or answer but I continue to find this group an invaluable asset.We are finally moving to Arbortext Editor 6.0, but need to leave a few users behind at 5.3 because of 3rd-party software compatibility issues.We'll need to use floating licenses for both versions and the question came up if there are any known problems running the Flex and Elan license servers on the same server.Anyone running both without problems? Any references to Tech Support pages on this questions?Thanks,--JackJack KulasWeb/XML App DeveloperTechnical DataLSI, Inc.6111 Technology CourtJacksonville, FL 32221Jax Office-MWF (904) 317-7339Home Office-TTH (352) 219-4338Fax (904) 777-9275jkulas@lsijax.com<">mailto:jkulas@lsijax.com>www.lsijax.com
Hello,I have tags:<table><tgroup ......<tbody><row><entry> valign="bottom"> ........................<entry> valign="bottom"> ......................</ row></ tbody>......I want with FOSI if valign = bottom paste the text to the next cellHow should I do? I tried unsuccessfully avecpostsbthank youBonjour,J'ai des balises :<table><tgroup......<tbody><row><entry valign="bottom">........................<entry valign="bottom">......................</row></tbody>......Je voudrai dans la FOSI si valign=bottom coller le texte à la cellule suivanteComment dois je faire ? j'ai essayé avecpostsb sans succèsMerci
I often copy some table from the "excel" of the office software to the Arbotext, but each content has the "p" sign (see the picture)how can i delete all the "P" sign at once? not hide themplease help me thanks very much!!!!!!!!
Does anyone know how to remove default cell padding in a gentable? If I insert a table in my SGML file and remove the top and bottom padding, I get this:<table><title></title><tgroup cols="2"><colspec colname="col1"><colspec colname="col2"><tbody><row><entry></entry><entry></entry></row><row><entry></entry><entry></entry></row></tbody></tgroup></table>but if I paste that into a usetext, I get unbalanced tag errors. I tried adding cbmarg="0.00pt" ctmarg="0.00pt" to the tgroup (and row, table, etc.) and that doesn't do anything. I wonder if this might be a DTD issue.
Hiya,I have copy, cut, and paste callbacks defined. I am successfully capturingall of the use-cases me and my testers have been able to think of exceptone.I can't capture the "paste" called when dragging, pressing Control, anddropping content. My copy callback fires. My paste callback does not.(There is some chance I am wrong about paste not firing ... maybe it'scopy. Using response() to debug program flow appears to affect buffers insome situations ... but I *think* it's the paste callback that isn'tbehaving.)Anyhow, has anyone worked through this sort of malarky before? Got any tips?-- Paul Nagai
please can some one help.I need to select text and change the character fill to rbg 255rbg 116rbg 66I have started with........but the color bit confuses memacro Change_Text_ColorSelect if Type is equal to "Text"Define el as Elementel = activeDoc.firstSelectedElementwhile (Exists (el) = true )el.fill.colSpec.rgb.green = 255 el.fill.colSpec.rgb.green = 116 el.fill.colSpec.rgb.blue = 66 el = el.nextSelectedElementend whileend macro
<figure><title></title><subfig><graphic></graphic><subfig><subfig><graphic></graphic><subfig><subfig><graphic></graphic><subfig></figure>If I am in subfig #2, and I want to access an attribute (graphsty) of the graphic in subfig #1, would this do? (I am only interested in the graphic immediately preceding the subfig I am in.)preceding-sibling::subfig[1]/graphic[1][@graphsty] orpreceding-sibling[1]/graphic[1][@graphsty] ?and if I was in a graphic I would access the previous graphic by../preceding-sibling::subfig[1]/graphic[1][@graphsty]?
I have modified the stylesheet to include an underlay image in Page Region . This page region is included in Page Set . While Publishing to HTML Help I am unable to get watermark in the outtput file . However in PDF output i am able to get the watermark . What i need to modify in order to get the watermark in HTML Help output ?
I searched for anyone else discussing this topic but did not find anything.Most of us in our group of Arbortext Editor V5.4 M040 users are trying to use the colors to set different types content apart such as tag font color, generated text, text entity color (especially important to us), and object boundary color. However, the only colors that appear are black for regular text and the gen text color. Any clues what might be keeping the others for showing?Thanks,John
Hi,I am new to acl. I am currently creating a html from Arbortext Editor using the compose_xsl.How do I create the html and open it in acl ?Is there any documentation that defines the acl method calls ?ThanksAshona KrithallalSoftware DeveloperLexisNexis South Africa215 North Ridge RoadMorningsideDurban, 4001ashona.krithallal@lexisnexis.co.za<">mailto:ashona.krithallal@lexisnexis.co.za>+27 (0) 31 268 3172 Direct+27 (0) 83 777 0773 Mobile
Hello there,I was wondering where I can get the "burst configuration file".I made a DITA data with Arbortext Editor and I chose DITA Technical Content as the category of the data.However, when I tried to save the data with ACM, the links in the data became invalid.I found out that I need the burst configuration file for DITA Technical Content to sort this problem out.It would be great if anyone could suggest me where to get it.Thank you very much in advance.
HiDoes anyone know if PTC have changed something for alias files? I have updated my Arbortext version to M080 and now if there is an alias for an attribute value it does not display in the Editor.Example below. (b - bullet)Thanks for any informationMarcin<element><name>list</name> <alias>list-group</alias> <attribute-list> <attribute> <name>type</name><alias/> <value-list> <value> <name>b</name><alias>bullet</alias> </value> </value-list> </attribute> </attribute-list> </element>
Having just installed Arbortext Aerospace and Defence 4.4 on a Windows 7 32bit machine, the Arbortext application asks for a license server.Is there an environment variable that we may set (via GPO in AD) to direct the workstations to the flexlm server?
Hi everyone,I know there is a way to change the number of columns on a specific element. Problem is, that there (imao) are not enough options to specify the way columns should layout.Now what I am trying to do is to change the number of columns in a 2-columned layout to 3 columns on e.g. element ul, where one of the original 2 columns should split into 2 columns, whereas the other shouldn´t change.So the ratio should be 25%, 25%, 50%.Anyone ever did something like that successfully?Hoping for some helpDaniel Thursfield
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.