Recently active
Dear All tformat ltd and DATACOPY publishing solutions gmbh, are pleased to announceAPP World 2011 which will be held in London on the 9th and 10th of May2011. This Arbortext APP (formerly 3B2) software users' and industry event will beheld over 2 days and contain managerial sessions and technical workshops.The event will also give you the opportunity to meet and share experienceswith other users' and industry professionals from around the world. Arbortext Advanced Print Publisher (APP), formerly known as the 3B2Publishing System, has been driving solutions for complex publishingrequirements for over 24 years. 2011 will see the release of APP version 11which will be one of the main event topics.For more details on this and our previous users' meetings, please visit
I'm working with XML files (using the NLM journalpublishing 3.0 DTD) in Arbortext 5.3. I'm modifying a set of ACL functions that are used to find author/date
Just wondering if others have experienced a similar problem in Editor - particularly when ACL code is tied to the processing of tags in the document, and users move document tags around by dragging them; causing a stack overflow exception to be thrown and subsequently crashing Editor.I'm just imagining how the Editor might use multiple threads to process user input (such as dragging around elements), which might trigger some sort of concurrency issue by calling the ACL on multiple (too many) stack frames, thereby causing the crash. I am wondering if there's a way to configure Editor so that it won't call the ACL until AFTER all (queued) user input events have finished processing - like "wait until no user input appears for 0.5 seconds" or something.
My curiosity got the better of me, and I had to figure out how to do this with FOSI. <pause-for-laughter/>It's relatively easy to do with figure and table in a container element:<document>...<container><figure><graphic/><caption>...</caption></figure><table>... </table></container>... The container element starts a local pageset that has: - a wide left margin to create space on the left side of the page for the figure and a column on the right side of the page for the table, and- a region in the space on the left side of the page that outputs the figureThe e-i-c for figure suppresses and saves #CONTENT to a textid, which is output from the region. The local pageset is scoped to the container element, so the global pageset resumes without the figure (on a new page) when the table is over.A graphic showing the output is attached. I added this example to the book. Suzanne Napoleonwww.FOSIexpert.com"WYSIWYG is last-century t
Adepters:We're using AE 5.4 patch M100 and are having a problem wherein our original doctype headers are getting unwanted modifications (internal subset is getting removed). This only occurs when the document is edited from a larger document that references the edited document via an XInclude. If edited stand-alone, the doctype header remains intact.Our original doctype header looks like this:%textents;%idsents;]>After a save (when edited from the larger document), the header looks like this:It is imperative that these doctype headers remain intact as the ENTITY definitions are required in future access to the document.Anyone have any suggestions? By the way, we're using a custom schema (no external DTD).Dave HintzSiemens
I would like to find the table overflow condition while formatting. Is it any conditions available in the Styler?
Hi,With styler 6.0 in APP mode, when a large table breaks onto the nextpage is it possible to instruct Styler/APP to continue the table inthe second column of the page rather than the first?Thanks,Richard Steadman
Hi,In Styler 6.0 using APP formatting, I'm trying to extract thecontents of a part title to a running header reference like this:var ref = new fRunningHeaderReference;ref.groups = fRunningHeaderReference.GROUP_2;ref.extractText = false;ref.text = formatting.evaluateXPath('string()');//ref.text = formatting.evaluateXPath('string(@navtitle)');formatting.addReference(ref);I tried this in a "title in part" context, which is how itappears in the resolved document, and also in part (when I tryto grab the navtitle attribute).When I try to use the text that was (hopefully) extracted,in a page region with this code:var text = formatting.evaluateRunningHeader(2,"editorDom0",1,0,0,20);I end up with this string being displayed in the region:/RDStyle/ResolvedMapIs there a problem using these running header references witha resolved DITA document?Thanks,Richard
Hi all,Now that IsoDraw 7.2 includes batch export in the app menu instead of an extension the command line syntax is broken for calling the batch export function. I s this still possible?Old syntax:IsoDraw72.exe -ext batch7_en.isp -s"my source dir" -d"my target dir"' -f24 -m"my macro"
Hi all,Has anyone ever customized the object browser window or is it even possible?[cid:image004.jpg@01CC5CCB.429D8E00]Thanks in advance,BrianBrian York-<">mailto:->Exmark Mfg. Co.[The Next Lazer]
I would like to check the length of line in a particular pen type. (ie. I need every line in thin pen type to be 20pt)
I'm working with XML files (using the NLM journalpublishing 3.0 DTD) in Arbortext 5.3. I'm modifying a set of ACL functions that are used to find author/date in-text cross-references (<xref>) and match them to items in the reference list (<ref>s in the <ref-list>). This is code that we had been using for more than 10 years with SGML files. The functions find a untagged date-like string of numbers and then looks at the text to the left of the date-link string to see if it can match a combination of authors and date to an item in the reference list.If I include a response() after finding each date-like string, then the functions correctly finds and tags most (130 tagged <xref>s of 180 dates in my test document; only 5 unmatched; the other 45 are not <xref>s). However, if I remove the response() then the functions get stuck with constantly a increasing selection (the longest I saw contained more than 10,000 words) so that no <xref> tags are inserted int
We're starting to create Schematron files to validate our XML content, now that support for them has been introduced in Arbortext Editor 6.However, when writers on the team use the "Check Completeness" feature, they receive a list of warnings that are completely safe, in addition to legitimate Schematron issues. For example:DITA Markup ProblemsWARNING:"foo.xml" is missing an xml:lang attribute on the root element.DITA Reference ProblemsWARNING:Unusual value "new-window:PDF" specified for type attribute on xref element in "foo.xml".WARNING: External/Peer reference to "bar.pdf" on xref element in "foo.xml" is not represented in a correct formatWhile Arbortext may think that every root element, for example, needs an xml:lang attribute defined, we put ours in during build time in order to support multiple languages. And new-window:PDF is also an attribute used for special purposes for the build.Is there some way I can override or "block" checks that I know are not necessary? At the least I
Has anyone experienced any problems with bringing in CGM files to Arbortext? The CGM files were created with Corel X3 and when I call them out in my Arbortext 5.4, CPA 1.6 document, so much extra space is inserted around the graphic that the title gets pushed off the page. I have put the hscale and vscales to 80 and also tried turning scalefit on but the title gets pushed off the page. Using a tif file gives me light lines around the borders of the graphic, which is unacceptable. Has anyone found a way around this?
how can I attach an event to a hotspot via javascript, so when it's clicked i can return its index name?I have the object written as such:<object id="webcgm" type="image/cgm;Version=4;ProfileId=WebCGM" name="webcgm_name" width="100%" height="100%"> <param name="src" value="../figure/image.cgm"></param></object>This graphics already contains several hotspots.
Hi, i'm looking for a manual on the IsoView WebCGM API for javascript. Can anyone point me in the right direction? I'd like to see something with examples too, but i can't find anything. All I have so far is the stuff from w3: http://www.w3.org/TR/2008/WD-webcgm21-20080917/WebCGM21-ECMA.html I'm really not good at reading how to use this, i learn much better from examples, and then apply the knowledge.
I'm not sure if it is me and the file I'm working or if I'm having a problem with Epic 6. The file I am working with is fairly large (just over 3 meg with numerous file, text and graphic entities). The problem I am seeing is that occasionally (not every time, but often enough) Epic 6 will lock up when I am trying to find a string of text using the 'find/replace' dialog box (NOT the FIND TAG/ATTRIBUTE). It also only seems to happen when I am searching "UP" the document (going back through the previous text). Has anyone else has a similar problem? If so then I'll submit this as a possible bug they need to fix.ThanksLynn
New Arbortext user here--We have directories of graphics on our file system, organized by products or by purpose. How do you set up similar sets of reusable graphics that many authors will use in many documents. For example, we have a directory of logos. How would you best set those up in Arbortext CMS for use by any author?Thank you,Lisa A
Hi,I have installed a fresh copy of Windows XP on my PC and installed ISO Draw 6.0 as follows:Left the parallel port dongle plugged inRan the setupScreen prompt advising remove the USB (no mention of parallel port) dongle and click continueI removed the dongle anywayFnished installtionOut dongle back in and launched programError: “The hardware copy-protection for the program has not been installed correctly. Please refer to the chapter ‘installation’ in your manual.”I’ve tried every combination when it comes to having the dongle removed or left in and still get the same error. I’ve also tried installing the latest Sentinel drivers but had no luck.Any advice would be greatly appreciated.
Hello,I am wondering if an 'Instance' feature is available in isodraw 7.1? The reasons are obvious, I have not managed to find something that is similar but may have a different name. Can anyone shed any light?Thank you Alan
Is the a viewer for .iso files that our non illustrators can use?
Good day all,We've installed Arbortext isodraw 7.1 recently. While working in it we are not able to highlight the CURSOR INFO in the botom left of the drawing screen.because of that we are not able to work efficiently in isodraw. We've tried in the edit-preferences and highlighted the cursor info settings also. but, still it has problem. Kindly check it and advise.Thanks for your cooperation in advance.-Velu
I have a set of Visio files that I need to import into Isodraw.What is the best way to do that without losing information? (I tried exporting Visio to dwg and then to Isodraw but I lost some of the graphics on the way...)
Good day All, Can anyone give me a list of Keyboard shortcuts or shortcut keys which are used in Isodraw 7.0Thanks for your cooperation in Advance - Velu
Has anyone been successful in obtaining the JT adapter and installing it???
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.