SLM (Service)
Recently active
We want to rename our licencesrv. Can anybody tell me how to set the path at the clientinstallation without reinstall isodraw 7.1
New to IsoDraw. Looking for a way to customize the menu options (ie. remove some, add custom menu options).
Hello,We prefer out users to work with No-tag mode in Edit view and most of the elements are stylized in AT to look more WYSIWIG. There are some processing instruction thatare inserted in our document. At this point we have to switch to the full or partial tag mode to see this processing instructions. Is there a way in Styler to style processing instructions may by a generated text that shows the processing instructions?Karthik
Please join us for our next meeting and take a look at events coming up togrow your skills! In this message: - Next Meeting - Schedule of Upcoming Events - Resource Spotlight (New!)Next Meeting*"Dynamic Publishing with Arbortext Data Merge"**Presented by Clay Helberg, TerraXML**Date*: Saturday, 24 April 2010, 9:00-10:30 AM Pacific/US*Location*: Online via GoToWebinar.*Cost*: Free and open to all who wish to attend.*Registration*:
Hello,We have a custom Schema and I added it in the New Dialog window. The root element is called <document> and AT inserts the root element. Then when I try to insert the other child element of the root element AT gives the error message as this "Document as read-only". I cannot insert any more elements after document. So I did a save as and renamed it as different file. Now I could able to insert the rest of the child element.The issue still presets - When I save the document it still says as read-only document:-( 😞I closed the AT window and I get the prompt to save the file with "Yes" and "No" button and I clicked Yes. When I reopened the file again all I could see in <document> element. Here is the interesting thing - Now I could able to modify the document and save it with changes. Is this a typical AT behaviour or am I missing something?ThanksKarthik
I just upgraded to 64-bit Windows 7 (which I really like) and have had very few problems until I tried to configure data merge. When I went to Control Panels -> Administrative Tools -> Data Sources (ODBC) to setup a System DNS for Excel, all that was available was the SQL Server driver.After much searching I found (on the SQL Server Developer Center of all places) that there is a 32-bit ODBC Administrator with all the drivers I'm familiar with. Instead of going to Control Panel..., run %WINDIR%\SYSWOW64\ odbcad32.exe
Inserting a comment node before the root node is not as simpleas I thought it should be.I devised a way and share it accordingly:test document:<mydoc><mytitle>Sample MyDoc</mytitle><mybody>Firstpara</mybody></mydoc>test JavaScript: // // source D:/work/acl/cloning/commentTrial1.js // var globalObject = this; (function(){ // create a testing namespace globalObject["commentTrial1"] = {}; // use "cls" for convenience cls = globalObject["commentTrial1"]; cls.identify = function(){ print("you have called commentTrial1.identify()"); } cls.insertCommentBeforeRoot = function(text) { var doc = Application.activeDocument; // scrub to avoid interpolation of quotes var scrubText = text.replace(/\"/,"\\\" ); var commentNode = doc.createComment(text); // from file:///C:/Program%20Files/Arbortext/Editor/docs/javadoc/aom/index.html // getDocumentElement() // This is a convenience attribute that allows direct access // to the child node that is the root element of th
Where can I find out how to execute ACL code? I am researching task to read a list of files (XML) and generate a PDF using the FOSI and PE. I have found some funcions I would use, but I don't know how to put it together. Thanks for any ideas to point me in the right direction. Thanks. Allissa
Hello adepters,I looking for ACL help to perform attribute value change for the selected part of xml file. In my schema I have a attribute called copyfit and this attribute is available in some block level element. So when I select content of xml and activate the ACL code it should prompt the user to put any value between 0-9 and the copyfit attribute value should be changed/inserted as per the user input. For example if my selected content is<section><head></head><para><para><list></list></section>the attribute copyfit is only available for <section> and <head> then it should only change/insert in those elements only.Thanks in advance.Karthik
Is Isodraw supports additional plug-in? If so, whats the programming language it supports?I need to add a plug in for unit convertor.
Hello , I have a small issue working with ACL and developing some app extension. Problem description: I need to go through a document and replace all Processing Instructions with a custom text extension. To locate the PI, I'm using the function find_pi. This works nice so far. The one problem is, that when find_pi hits the documents end, it sometimes asks the user if he wants to continue the search at the top of the document ( as no more pi's are found at the bottom ) . How can I disable this message ? Thanks for your help ! Greetings !
Hi All, I couldn't see any questions on IsoView so I'm sorry if this is the wrong forum for my question. My issue is that I'm trying to do some very specific printing from IsoView. As such, I need to print a specifically sized IsoView image to a device context so I can then print it my self. I have tried using the messages WM_PRINT and WM_PRINTCLIENT but strangely, they do not seen to be supported. I then tried to use the Draw method on the IViewObject interface. The IViewObject is supported by IsoView but the image I got from the Draw message was the wrong size and of low quality. Why this should be the case I have no idea. I would gladly display the image on the screen and just grab the bits but this operation has to run in the background and Windows clips all the content of offscreen windows. Does anyone know where I'm going wrong or have any good ideas I haven't thought of? Any help would be much appreciated. I'm working on Windows XP using Visual C++ 2005 with MFC and ATL Thanks i
We use 4.3 for SGML and 5.4 for XML. Since you can't run 4.3 and 5.4 at the same time, we often open an SGML file in 5.4 and cut and paste into an XML doc. The SGML book is still being revised so these are live documents and if saved from 5.4 crash the EMS-2 SGML compile.Using ACL, will it be possible to set up a hook to catch that a doc being opened is SGML and lock it from editing? Open it as read-only in other words?Guess I'm asking that, if they double-click a filename and Editor starts to open it, is it already too late to open as read only?A nice second function would be to open it as free-form and skip the pop-up to recompile the DTD for 5.4.I could do it by doctype as well as the five SGML doctypes are different from the XML doctype.Thanks,John T. Jarrett CDTSr. Tech Writer, Tech Pubs, ILS, Land & Armaments/Global Tactical Systems
I can't remember what this is called. A better strategy than using XMLComments for providing guidance to authors completing forms-like entries.Was it all a dream?Given my record in recent posts, I'm sure I will remember twixt the clickand send.-- Paul Nagai
Hello, We currently have some trouble with one XSL stylesheet. The sheet hasn't been modified in any way since it was last working (the file date is 09/02/2005) but when I open any XML document I get the following error : [A30223] Could not load stylesheet 'C:\dtd\doctypes\presse\article\article.xsl' - _stysht::load_xslt_ss failed When the XML document is loaded in Epic, if I try to select the stylesheet (Format/Turbo styler) I get this error message : &quot;[A30121 Stylesheet article.fos cannot be edited with turbo styler&quot; The reference to article.fos is a mystery to me, as I selected article.xsl. For reference, we are using Epic 4.3, build JUN-1218. Any idea on how to fix this, or any things to check welcome. Thanks and regards Christophe Lefebvre LexisNexis France
Available for immediate downloading from PTC's support site is theArbortext 5.4 M040 release. This maintenance release includes bug fixes only. If you want to knowall the details about this release, please check out the release notes<">http://www.ptc.com/WCMS/files/109445/en/prodrel-m040.pdf> . If youhave any questions about the release schedule, please reference the PTCProduct Calendar at: <">http://www.ptc.com/company/tl/index.htm>
Hello, One of our user recently encountered a problem with caracter entities. The ISO sets (lat1 and so on...) are included in our DTD, and indeed Epic shows them as available. But on Epic instead of the proper caracter (ie : é) it's shown as the entity between superior and braces (ie : &lt;[eacute]&gt; ). The preferences haven't been changed, the Epic installation hasn't been changed either. Any idea on this ? Thanks and regards
Check out the last item on the page:
I am using Import to process FrameMaker MIF files. The cross-references arepreprocessed into the ppXML as <link> elements. My final XML output has 22spaces before and after the output element (<fm_link>) and 26 just insidethe opening of fm_link.There are no such spaces in the source or the ppXML.The full set of ppXML tags associated with one instance looks something likethis:<paragraph style="bu" ...="><link ...="><specialtext style="bold"&lt;br"/>...>sometext</specialtext></link>moretext</paragraph>I have omitted most of the attribute values for clarity. My MapObjects forbu and SPECIALTEXT/@emphasis-bold are unremarkable and don't produce anyunexpected behavior anywhere else.Has anyone seen this behavior before?-- Paul Nagai
Hi,My import map (FrameMaker MIF to XML) is emitting: morerows="0" namest="1" nameend="1"on every <entry> (namest/end values increase with column position).I'm trying to modify the "Only Output Attribute if XPath is True:" dialog toonly output something if namest != nameend and morerows if !=0.Anyone know the right way to present the XPath syntax in that box?@namest != @nameendDoes not work.Neither do:@morerows !=0@morerows !="0"-- Paul Nagai
Hi all,I am getting down to the wire on this manual and still have a few things not figured out that I am sure somebody could help me with.I need the running header to be able to wrap text but kind of have two columns, so sounds like an alignment group to me. but something is just not working. Do I need to use pseudo tags around my text, instead of just on the usetext? Or do I have the algroup not used correctly?<header nomdepth="10mm" spaflow="2mm"> <usetext source="RH.verso.outside.txt[TO]"> <subchars charsubsetref="left" bold=" font_helvetica=" block&quot;="> <indent leftind="0" rightind="159mm" firstln="0"/"> <algroup refpoint="bottom"> </subchars> </usetext> <usetext source="RH.verso.inside.txt[TO]"> <subchars charsubsetref="right" bold=" font_helvetica=" block&quot;="> <indent leftind="20mm" rightind="0" firstln="0"/"> </subchars> </usetext> <ruling thick="1pt" lentype="rel" rellen="col" type="sing
I've got a FOSI that I have inherited and I'm trying to cleanup all the warnings I can before I start making my own modifications. I've got the following message which I'm trying to understand in the context of whatever the person before me was trying to do. Here is the warning: [A28114] Warning: Composition cannot support a change of within a pageset (from 216.81pt to 243.91pt). The used for an entire pageset is that of the from the first or element containing a attribute value of 2. [FOSI: "C:\CVS\DTDsFOSIs_CVS\doctypes\BAE-XML-2010\BAE-XML-2010.fos"] This is pointing this area of the FOSI: In the large context this fits in here: ?Pub Dtl> ?Pub Dtl> ?Pub Dtl> ?Pub Lcl _comment='The string looked like this: user[BO],\ \,docno.txt[BO]. The problem is that the save text string for user[BO] contains pseudo tags ?Pub Dtl> ?Pub Dtl> ?Pub Dtl> ?Pub Dtl> Any ideas or suggestions? ..dan --------------------------------------------------------------------------- Danny Vint
Hi all,During processing with the DITA-OT, a stage3.fo file is created. It shows all the publication content with style definitions. Does anyone know if there's a complement in Arbortext? We're looking for a way to check our output against the style requirements.Best,Anne
I have inherited a FOSI that has been broken up into modules (entities) to manage the common parts. I'm now trying to make some changes to this FOSI. I had played around with it last year sometime and at some point it looks like the FOSI got flattened to one file. I was using the FOSI editor and I'm wondering if that flattened the content on me. Anyway I'm trying to figure out what I might have done to cause this. The only automated tool I used was the FOSI editor or directly opening the FOSI in Arbortext. any ideas on what might have happened or tips on how to manage this environment? ..dan --------------------------------------------------------------------------- Danny Vint Specializing in Panoramic Images
I'm working on a new XSL-FO stylesheet. I have my sections to always start on an odd page which will produce a blank page if the previous section ends on an odd page. My problem is that I need to the page number to show the blank page. So if the last page number in the section is Page 3 the page number should display as Page 3/Page 4 Blank.I've tried fo:marker with fo:page-number-citaition but can't quite get the result that I need.If anyone has successfully done this I would appreciate any help.Sarah
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.