SLM (Service)
Recently active
Epic is one of the few XML applications that still reports 'ambiguous'content models as an error when parsing a DTD (yes some of us still usethem). I have a DTD that the requirements document is forcing a change to.The change is causing Epic to report the model as ambiguous. It took me awhile to see where the ambiguity lies, but finding a 'fix' has been elusive.My boss and I have both looked at this for a couple of hours (took him a bitlonger to see the ambiguous content). I'm going to continue looking, but here is the model. I'm open tosuggestions if anyone feels like jumping in. 😄(interconnect | testflow | funcdepend | schematic | comp-locator |harness-indx)*), proc)*, (sysdesc?, (interconnect | testflow | funcdepend |schematic | comp-locator | harness-indx)*), (hookup?, tsproc, disconnect?),followon.maintsk?)>The group (sysdesc?, (interconnect | testflow | funcdepend | schematic |comp-locator | harness-indx)*) is declared as a parameter ENTITY in the DTD.Epic reports the element
This is a follow-on to a post from yesterday. My core problem is that I need all my xinlcude file references to be relative paths from the including document to the referneced include file. If I have an xinclude in file 1 that has a relative path to an include file and I copy or cut the xinclude, then paste it into file 2, the Arbortext is transforming the relative path to an absolute path for the pasted reference.I've used the paste callback to intercept the paste, but when I examine the paste buffer the raw markup with the relative path is there. The source of the paste buffer is not available to the paste callback, so I can't construct the proper relative path and do my own insert and cancel the default paste.I already have a custom version of the create_include alias that ensures that my paths are relative when an inclusion is created from a selection, but this alias isn't called by the paste operation of an already existing xinclude.Can anyone point me to the underlying alias or f
When users select an xinclude fragment in one document and then perform a drag and drop to a second document, Arbortext creates an xinclude in the second document, but the file path in this new xinclude is absolute. I need all xincludes to be relative paths. How do I intercept the drop and manipulate the xinclude filename?
Hi everybody!Is there a way to display generated text in TOC?When I select a element with a generated text (Usually the chapter number), the TOC shows only the element's text and not the generated text.
Whacky. But I needed to do this an stumbled on a way how to do it. Maybeit's useful to someone else.# The following may have dependencies on sgmlselection, selectionsvc,pastepreserve,# and/or any other settings related to buffers, copying, pasting, etc.# Create a temporary buffer and make it current.set paste=junk# write to that buffer. You could select and copy something if# wherever you that is easy. Or you can just write a line of# throw-away text to the buffer. Type "help insert_buffer" for# a complete description of the syntax of this command.insert_buffer("any string of text",0,"junk")# Set the default buffer back to current.set paste=defaultI had to tell you now because it's Friday and my weekend will permanentlypurge MY buffer and I won't remember I wanted to tell you come Monday ...-- Paul Nagai
Is there a way to have a float inherit the indent of its ancestor? I thought that setting indent inherit=1 would do it but maybe I don't understand how indent inherit=1 works. I have a repeating table title float that always starts at the left margin, even when the table is indented. I set the float indents manually for one context, but I don't know how many different levels of indents there are since there are a lot of nested lists that could have tables in them.
Hello all, I don't have many issues when working with specific assemblies from pvz files in isodraw. However, if I want to get a simple illustration of an entire assembly that contains assemblies (i.e. a picture of the car itself), I get the memory full crash and burn. Understandable, since it's trying to open all the assemblies. Is there an easier way to get a view of the "car" than cherry picking through the assembly in productview to know which parts to turn off in isodraw? I have to believe there is.ThanksBryon
<<listitem><para>text<randomlist><I am here<para>text</para></listitem><listitem><para>text</para></listitem><listitem><para>text</para></listitem></randomlist></para></listitem></randomlist>I'm trying to test if the top randomList has listItemPrefix="pf01" and ignore it if it doesn't have the attribute setThis doesn't work, I thought it would take me to the first randomList ancestor of listitem parent../ancestor::randomList[1][@listitemPrefix='pf01']Thanks for any help!
Hello everyone,I need to make some modifications to scripts found in the%ARBORTEXT-INSTALL%\adapters directory. Typically, you can copy the OOTB scripts into the custom folders without having to modify the original. However, this folder doesn't seem to work the same way. I can certainly modify the originals, but that would mean replicating the modifications on every client.Is it possible to replicate these scripts from adapters in the custom folders?Thanks,-Jeff
Hi.I haven't quite been able to isolate a sequence of events that appears toremove a callback, specifically a paste callback associated with a specificdocument (that is, it's not a global paste callback).I would like to be able to use ACL to test whether a callback is assigned.It appears that I can ask by removing it and depending on the return code Ishould be able to tell, but then I'd have to reassign the callback. Which Iguess isn't that big of a deal, but it seems messy.Is there a simple, direct way to test for a callback?Also ... has anyone run into disappearing callbacks before? What causesthem to disappear? The document is not closing/opening. It does lose"focus" to another document that I create and delete, but it never goesaway.Thanks!-- Paul Nagai
I copied a doctype folder from our 5.3 server to our 5.4 server.The FOSI seems to be working on 5.4 except the graphics aren't visible in the editor. The graphics are hosted on a third server, and the paths are stored in an entity file and referenced by an attribute on graphic. The .ent files are referenced in the XML file.If I link directly to the graphic, it shows up so I know the 5.4 server can "see" the server where the graphics are stored. (The XML files are on the same server as the graphics.) Plus we handle graphics this way for most of our 5.4 projects. Just wondering if anyone has come across this, I didn't find anything in the forum.Thanks!
Hi,Does anyone know how to map the Arbortext Adapter to Documentum/WDK's selfreported version (Help > About in the WDK window) of PINE-1043 back to theArbortext main version/release?I think this should be (hope this is) 6.0 m090 but suspect it may be 6.0m010.-- Paul Nagai
There is an interesting an 'undocumented' function in ACL that will tell youjust about everything you want to know about variables that have been set inyour Epic session. From the command line type "eval_array($ENV)" (without the quotes). Thiswill list all the environment variables that are set. To see othervariables, type "show vars". Lynn
In Jan 2014 LOGSA issued an updated DTD to support authoring of Army TMsusing MIL-STD-40051-1B or MIL-STD-40051-2B. I downloaded this DTD the other day and it does not parse. Has anyone elseencountered this? I have parsed the LOGSA DTD with Oxygen 13.2 and 15.0, Turbo XML 2.4.1, XMLSpy 2011 and 2014 (64 bit), and Epic 5.4 and 6.1. I get slightly differenterrors with each, but all in all the DTD does not seem to be valid. Many thanks Lynn
Could any body help me to do define the style sheet for the following requirement.We are creating the PDF user guide using BookMap template by creating topics and grouping in DITA Map.My requirment is I don't want DITA Map title should be published in PDF when I use these DITA Map inside BookMap. Please see the attached supporting document for reference.Thank you in advance,Rajesh
How to extend line in IsoDraw? Is any shortcut Key for extend line?
Good day all,I have a .cgm file which contains illustrations related to manuals. It has lot of nodes in it. My aim is to create an single boundary for the entire illustration up to its extents. some of the lines are not joined correctly in the extents. If i apply generate contour, i am not able to get an proper boundary. Help me out in this situation. Thanks in advance.
Hello,I'm evaluating ArborText 6.1 (Editor with Styler) with a 14-day trial license.Can it export to HTML? I don't see that option anywhere.Thanks!Chris
Hello,when I go from Edit view to Map document display, all elements are shown as expanded. I’d like Arbortext to expand only selected elements. It’s possible to tell Arbortext which elements expand by using Architect and by modifying the *.dcf file, but I don’t have access to Architect. Do you know how to modify the *.dcf file without Architect? Could you please tell me which *.dcf file modify and how to modify it?Thank you
Hi,I need to create an external file from an xml document that extracts the content of certain key elements in a listing that is then processed for another use. I have this working in my FOSI stylesheet after following some instructions in the PTC Help Center and it extracts the data I want to an xxxx.exp file in the same folder. So far, so good. But the .exp file always takes the name of the parent element that the coding is used in, e.g. name.exp.My problem is that I have several xml documents in the same folder and all of them need to create this .exp file. Since the style sheet always gives the file the same name no matter which file it is, they overwrite each other unless the writer is quick to rename his exp file.Is there a way to name the .exp file created specifically either using FOSI or some kind of ACL so that I can add a sequential number to the created file name or make them specific to each document instance in some way?KM
Sorry for the very basic question. I am trying to figure out how to globally remove a markup xml tag/element from our documents. The find and replace feature doesn't seem to be able to do it. It can only find and replace text. And the comand line and edit features will only allow me to delete markup one at a time. I cannot even seem to figure out a way to search for specific tags. Can anyone help me? Thank you!Dina
Hi,This applies to the AAD stylesheets that were installed with Arbortext 5.3, CSDB M060. I found that single warnings and cautions were not being output as bold text (which they should be according to the spec). I changed the xml template to fix this in the S1000D PDF output. the xsl file is foWarningsCautionNotes.xsl, the template name is at the bottom of the file and is: t_display_single_warning_cautionThe line is: <fo:block padding-before="2mm" padding-after="2mm" font-size="12pt">I changed it to:<!--Modification added font weight--> <fo:block padding-before="2mm" padding-after="2mm" font-size="12pt" font-weight="bold">Greg🙂
Arbortext 5.3, CSDB 4.3 M060I have a problem with the ndash entity in tables. I've entered the ndash in between para tags in a table, yet for some reason they randomly de-construct throughout the document in various locations. These are the completeness errors related to the ndash and an unrelated jpeg notation error. (Note - I am aware of the jpeg error I get that all the time, that comes out of the box.)So, the following is an example of the code which generates an error on validation:<para>&nd;ash;</para>I have no idea why the additional semi-colon is appearing in the middle of this entity. If I fix this (delete and replace it) and CSDB Save the document is valid but if I close and re-open the document and re-validate I find the error has re-appeared.Basically, I'd like to use the ndash but I think I'm going to have to remove it since it appears to be unstable.
Arbortext 5.3, CSDB 4.3 M060I ran into a problem, in one table I selected the entire column and set the para containing the "0" to align right. The issue is that it does not align right in the S1000D output even though the colspec is clearly set to align="right:<table colsep="1" frame="all" id="tab-0006"rowsep="1" tocentry="0"><tgroup cols="3"><colspec colwidth="12.50pi"/><colspec align="right" colwidth="6.50pi"/><colspec colwidth="18.80pi"/><tbody><row><entry><para>Something</para></entry><entry><para>0</para></entry>Yet in another table I have a different result, and the column containing the 0 does align right when it is printed to PDF, the difference is that in this table the entry has an attribute align="right set on it:<table colsep="1" frame="all" id="tab-0005"rowsep="1" tocentry="0"><tgroup cols="3"><colspec colname="COLSPEC6"colwidth="12.50pi"/><colspec colwidth="6.50
In the "Arbortext Content Pipeline Guide", an example jar was mentioned few times, but I was not able to find it. Anyone knows where to find it ?? Thank you.
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.