SLM (Service)
Recently active
Hello members,I´ve got xml files that don´t have a doctype declaration and I can´t add this because of workflow reasons.Can I tell the Arbortext Editor to assign a specific pubid, when the xml file loaded has a specific root element? The solution should be placed in the custom directory, I can´t get access to the rest of the installation directory because of rights permission.Thanks in advanceThomas
Available for immediate downloading from PTC's support site is the Arbortext 5.4 M170 release.If you want to know all the details about this maintenance release, please check out the release notes<.">https://www.ptc.com/view?im_dbkey=155944>. If you have any questions about the release schedule, please reference the PTC Product Calendar at:PTC.com<">http://www.ptc.com>
Hey everyone,I want to add some additional <link> and <script> tags to the beginning andend of the HTML generated by Arbortext for HTML output and Web output. I'm trying to add some javascript libraries and additional CSS files to our output.Does anyone know if it's possible to hook this into the HTML generation, or am I going to have to create custom XSL and add it to that?Thank you!
Hello everybody!!I'm having a problem with my implementation using Arbortext, I'm working with ACL and I'm using arrays, and I'm getting an error which I don't understand and I thought that maybe you could help me in order to comprehend what it's about this error.The message that I receive is: A11477 Missing subscript for array variable.Please if any of you know what's the problem, I would really appreciate your time and support. Regards.Paulette Zorrilla
Hello FOSI-folk, got a quick question...The document types I am working with were originally developed at the document level (MRU). I am building framework around this to enable complete-manual publishing and intermanual hyperlinking.Where I am having trouble is, that up to this point, I haven't had a requirement to be able to produce a footer with total page counts (i.e. "Page 1 of X") that would apply to several sections within an overall instance.So I go through the motions, got a counter in the folio for a pageset and a savetext that saves the counter to a variable for my TOC.Now, I have a time-independent variable declared, and in the e-i-cs that start a new section, I reset the page counter, and I have my savetext with placement=after that uses the TOC variable with the BO modifier as the rule to save to the ID for the TIV.This doesn't seem to work. The first section doesn't set the tiv, the second one sets the tiv, but it keeps the same value for the last section. I tried turnin
How can the "Modify Attributes - Link/Xref" dialog be configured to recognize custom tags in my content?Background:I'm using a Design Science DITA DTD that includes <equation> tags as a customization. If I want to insert an xref/href to an equation tag, the process is very painful. The default "Modify Attributes - Link/Xref" dialog does not seem to "see" these custom tags, even when Type="Any" and Show="AllElement"|"All Elements with IDs" (see example image).As such, writers have manually type the entire relative DITA link path, with all of the correct associated IDs. This process is Bonkers!I believe that all of my paths are set to point Arbortext to the correct DTDs, and I assumed that arbortext functionality should conform to the DTD, but that doesn't appear to be the case here. What am I missing?
Hello experts!Today I'm having a problem with my development using Java and ACL, I'm trying to pass an ArrayList from Java to ACL. I tried to pass it through Acl.func() however I found that this function only allows String parameters, I don't know how can I pass a List; I would like to know... is this possible?! Please if anybody has any suggestion, or an alternate implementation I would be pretty glad you could tell me.As always I really appreciate your time, also your comments and support.Best Regards.Paulette Zorrilla
I just filed a support case with PTC. The topic is one I've slammed them onbefore several years ago. The rest of this is me venting a bit, but thereis a serious issue in my venting. PTC CHANGING OUR DATA so it will not workoutside of Epic. <venting>Recall my question on the Epic support of the OASIS TR 96-01 a couple ofweeks ago. Well I spent a great deal of time modifying my document to workwith the <xi:include> adding nearly 70 file references. Once done, the maindocument did parse in Spy and Oxygen. Well I still prefer to use Epic as my primary authoring tool, butoccasionally I am on a machine without an Epic license, but that has one orthe other of Spy or Oxygen. Imagine my surprise (read TOTALLY PO'd) whenmany of the files I had spent hours fixing were back the way they hadstarted out. Seems that Epic is changing my data when they save any of the referencedfiles that were changed. They wrap the entire DOCTYPE header subset (theDOCTYPE, SYSTEM call, AND ANY DECLARED ENT
Hi, all...The Arbortext change tracking namespace declaration and <info> element remain in a DITA topic even after you've accepted all changes. The DITA Open Toolkit chokes on the xmlns:atict attribute and excludes the file from the build. Here is the root tag of a concept topic with the offending change tracking attribute:<concept id="whatever" xmlns:atict="http://www.arbortext.com/namespace/atict">Does anyone have a workaround? Does anyone think that Arbortext should remove this code once the last change has been accepted or rejected? ThxSteve FogelInformation ArchitectOracle Database Information Development
This is the third and final posting from me on the new functionality coming in the M020 release of Styler 6.0. This time I look at some work we've been doing to improve the accessibility of HTML and PDF output from Styler.Anyone familiar with document requirements for governmental departments in the US will probably have come across the term Section 508. In the US and elsewhere around the world you might also have come across the Web Content Accessibility Guidelines published by the W3C. These requirements are focussed on making published content accessible to readers who have trouble seeing, moving or otherwise accessing information delivered electronically. A number of the requirements for these standards are to do with how the information is displayed - not having moving backgrounds or using absolute sizes for text on a web page - but some are to do with how the information being delivered is encoded. And this is where Styler can make a difference.A large part of what's needed is to
Hi,With ACL language, I have created a function which displays a data table in a customized dialog. How to add a filter on the data table?Kind regardsDavid G
It's easiest to use the append_graphics_path() function to add a newpath to check for graphics (if you're not using the Preferences UI). I did the following test: 1) Create a sample Docbook document, and save it in a temp dir.2) Create an "images" subdirectory, and copy a generic graphic fileinto that subdirectory.3) In the document, insert a <graphic fileref="sample.gif"/">element, where "sample.gif" is the name of the test graphic.4) At first the image doesn't display, i.e. I just get the missinggraphic icon.5) On the Arbortext command line, I execute the following:append_graphics_path("./images");6) Now, position the caret after the graphic element, and from themenus choose "View->Reload graphic". The graphic should now appear. This also works if you add "./images" to the graphics path via thePreferences UI. The key, maybe, is to make sure you choose "ReloadGraphic" to see the change after you add the new graphics path. If youset it in Preferences, the result should be pers
Hi,Again troubled with images...I'va tried to set the graphics path in the preferences of the editor (Arbortext 6 M010) as a sub-directory but whatever the way I write it it doesn't work:I have all graphics in a sub-sub-folder named "cuadernoestudio/images_xml" and in the graphics path I've tried with the proper use of colons and all variations of " and "/"):"cuadernoestudio\images_xml"______________________________
I have added an item to the Arbortext edit menu. It calls an external service. I used timer_add_callback to poll the service occasionally to see if the menu item should be available. Then I used menu_change to enable or disable the menu item appropriately.This all works until the user uses "Edit selection as XML source", because that displays a new window. When the timer goes off, the menu item doesn't exist in the XML-as-source window, and an error dialog pops up.I tried calling menu_change inside catch, like this:catch( 'menu_change ".Edit.Use service" -active "$$polledOK" )That stops the error dialog, and the catch returns 0. But the menu item state never changes.- Am I doing something wrong in the catch?- Or is there some way of telling if the menu item is available?- Or is there a way to refer to the menu item in the right window?Jonathan ReeveThis e-mail from Practical Law Company (
Hi everyone,Can you confirm that PTC has no training available for Arbortext(Architect, Editor, Publishing Engine) *developers*? I see some Editorend-user training. Some Styler training. But that's about it.Is anyone else offering training that would cover: FOSI (cough, cough) Editor custom folder management ACL and XUI customizations Publishing Engine installation, configuration, performance tuning, andmaintenance.Thanks.-- Paul Nagai
Hello, I noticed that if I put a description within a container, and you stretch the dialog out horizontally. The description will get shorter (because there are less text wraps) but the container (box or grid) will not shrink with it.For example, the following will work fine (if I expand the dialog, the "Second Description" will stay against the first description when it shrinks heightwise):<groupbox scroll="vertical" orient="vertical" resize="both" pack="start"> <description width="200" multiline="true" backgroundcolor="#d6efff" resize="width">Some Text Some Text Some Text Some TextSome TextSome Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some TextSome Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some TextSome Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text Some Text</description> <description width="200" mu
Hi there,I'm using Arbortext 5.4 M080.I have a custom application and have created some .tpl tag templates files in my custom/tagtemplates folder.In the editor when I use Tools -> Tag Templates... to insert my newly added templates I can insert them into my document and all is well. However, when I go and insert the relevant element directly in my document the template is not inserted - just the element as normal.Does anyone know if I am missing something. Is there some additional configuration I need to do to make this work?Many Thanks for your help 🙂Johanna
I have my Preferences to Recover every 60 seconds. We just had a power failure. I went to the Checkout Folder to capture all my data I just lost in the power outage and it didn't save anything I had been working on for the past 30 minutes. So does the Write Recovery File save option actually save somewhere else or what. Why didn't my work save up unto that last minute?
I have set the cellpadding of my Oasis tables to 4px, but it does not show when i do a html file output or pdft. Can someone please help ? and is it possible for me to set the cellpadding for my tables via the style sheet ?
Here is an interesting question. I have a document I am working that stilluses a DTD. The document consists of several file entities. Each ENTITY usesthe OASIS TR 9601 Fragment Interchange (which Epic beautifully supports). For those not familiar with this TR, basically it allows you to use a toplevel DOCTYPE in documents that are subsets of the DOCTYPE (e.g., DOCTYPE is'doc' and you have a 'chapter'). My question is does anyone know if any other XML (that support DTD) alsosupport the TR 9601. I do not think Spy or Oxygen do (or if they do Ihaven't found the key for it to work). I want to work with this document on another computer that does not haveEpic and every time I open the file there are serious parsing error (mainlyENTITIES declared either in the DTD or in the file's declaration subset) arenot being read. The reason appears to be because the TR has the DoctypeDeclaration and its subset within a 'comment'
Does anyone know where I can find out what character this error message refers to?Attempt to use non-existent character (61527) in font "Arial"> - looking for slant=regular, weight=medium (500)> - no substitute character exists in font "Arial Unicode MS"Thanks!Suzanne Napoleonwww.FOSIexpert.com"WYSIWYG is last-century technology!"
Trying to map F12 to add the index marker to text, but do not know enough to see what I am doing wrong.Here is what I got so far. Can someone shed some light for me.function table auto_index(){$table_rows=tbl_row_count()$column_to_process=tbl_caret_col()while(tbl_caret_row() <= $table_rows && tbl_caret_row() > 0) {oid_select(oid_caret(0))copy_mark mymarkinsert_tag(indexterm)paste mymark# insert("-")if (goto_cell(tbl_caret_row()+1, $column_to_process) != 1){break}}map F12 auto_index();ThanksBryon
With ACL language, How to enable or disable a customized menu depending the position of the cursor in the SGML document ?
Hello! I'm still learning Arbortext Editor and have a new question. How can I create this element to prevent the tag. I'm trying to use the properties of the context, but not very successfully.
Happy Friday! I have a few questions that I am hoping someone can advise on:When I publish a Service Manual authored in Arbortect to HTML, the content is output into a framed window that has a structure tree, expand/collapse controls, an index search tab, there are some navigation arrows in the upper right corner, etc. My question is ... has anyone created a "How To Use This Online Manual" type of page? I am thinking it would be good to plan for the lowest common denominator (if you get my meaning) and I do not want to reinvent the wheel.Has anyone developed a better Index Search function than what is there out of the box? It is a little weak, in my opinion.Thanks in advance for any input/direction you have. Andy Burke
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.