Recently active
I noticed that in the AAD S1000D PDF output (Editor 5.3, CSDB 4.3 M060) the dmRef outputs a data module code and there is a missing space between the end of the DMC and the <techname> and also between the <techname> and infoName, so you get something like "STUF-A-34-52-01-00A-300A-DWidget Part No. 007Examination tests and checks" when it should be "STUF-A-34-52-01-00A-300A-D Widget Part No. 007 Examination tests and checks ".DMC: STUF-A-34-52-01-00A-300A-DtechName: Widget Part No. 007infoName: Examination tests and checksI noticed that the PDF file does not have a dash between the techName and infoName elements and when I search for infoName for example in the stylesheets I cannot find an example that doesn't have a dash, for example the following code from foRevSegDatamodule.xsl inserts a dash between the techname and infoname elements: &#160;<xsl:value-of select="techname"/>&#160;-&#160;<xsl:value-of select="infonam
I found another problem, there was no xsl:template match for <superScript> or <subScript> so I wasn't getting the correct formatting in my PDF output. So I added some statements at the very end of foPara.xsl right before the last </xsl:stylesheet> to fix this: <!-- ===================================================================== --> <!--L3 Modification for markup superScript and subScript--> <xsl:template match="superScript"> <fo:inline baseline-shift="super" font-size="smaller"> <xsl:apply-templates /> </fo:inline> </xsl:template> <xsl:template match="subScript"> <fo:inline baseline-shift="sub" font-size="smaller"> <xsl:apply-templates />
Is Korean language supported in Arbortext Editor, CSDB and Publisher for S1000D?Which functionality are supported in Korean ?
Is there a way to set your foldout to publish duplex.Bryon
Using Arbortext Editor 6.0 M040 and C#:We have a need to delete the file Arbortext uses during an editing session after editing is complete (the contents are stored in a database, so the disk file is only needed while actually editing). Toward that end, we have set up a listener for the DocumentClosed event. Our problem is that Arbortext doesn't appear to release the file until after the event listener has finished processing the event, meaning that when we try to delete the file we get a "File is in use by another process" error. Can anyone help?
So to see if the latest version of Epic might fix my 'extra line feed'problem I downloaded and installed Epic 6.1 M010. Imagine my surprise when (and I chose CUSTOM) I see I also have Creo ViewExpress 3.0 on my system. I have a version of ACDsee that is over ten yearsold that does more than this does. Lynn
I found another problem, new day new problem right... 😉 I noticed that in the AAD S1000D PDF output (Editor 5.3, CSDB 4.3 M060)the dmRef outputs a data module code and there is a missing spacebetween the end of the DMC and the <techname> and also between the<techname> and infoName, so you get something like"STUF-A-34-52-01-00A-300A-DWidget Part No. 007Examination tests andchecks" when it should be "STUF-A-34-52-01-00A-300A-D Widget Part No.007 Examination tests and checks ".
In a drawing sheet, I have different views from different Reps for the same assembly. Also I have a BOM Table for the Master Rep. How can I put same BOM Baloon number for the same part in different views in a same sheet?I can do crating BOM table for each view and corresponding Baloon for that part. So in different views, same parts have different BOM number for that Reps BOM table. Which is not proper way to do... so please suggest... in the image above you can see different views with different Reps for the same assembly....
How do you load a font for styler to use?Bryon
I found another problem, there was no xsl:template match for<superscript> or <subscript> so I wasn't getting the correct formattingin my PDF output. So I added some statements at the very end offoPara.xsl right before the last </xsl:stylesheet> to fix this:
Ok, I'm using v5.3 of the editor with CSDB and I've created some S1000DPDF output using the "Publisher" and I've noticed that the tables asoutput completely ignore the column settings. Instead of getting columnsof variable width I get columns of equal width. In the output thecolumns are equally divided between 38 pi, which is total chaos. I havecontent running across cell borders etc.I have clearly set the columns as follows:<table colsep="1" frame="all" rowsep="1"><title>Something</title><tgroup cols="7" tgstyle="1"><colspec<br/>colwidth="2.00pi"/><colspec colwidth="7.50pi"/"><colspec colwidth="3.00pi"/"><colspec<br/>colwidth="2.00pi"/><colspec colwidth="10.00pi"/"><colspec colwidth="7.00pi"/"><colspec<br/>colwidth="3.00pi"/>I suspect this is a problem with the Publisher; it doesn't create Issue4 compliant covers either. Does anyone know if there is an attributewhich can be set in the XML to force the
We are about to transition our Editor/PE Server combo from version 5.4 to 6.1. Obviously nobody else will have our exact customizations, but has anyone who has done this version transition had any big issues or known problems with stylesheets or acl files not working any more? For starters, it appears there is no upgrade file to run, I just need to uninstall 5.4 and do a fresh install of 6.1, is that correct? Thanks for any help or opinions that people might share!
Hi,I am having a weird problem, as described below, while issuing some data module.1) I was able to issue some data module and not be able to issue on a majority of the DMs within a publication module2) No error message or error log is displayed after I selected Set Verification to ISSUE. The Issue number didn't roll up and the status didn't update to ISSUED. There was no indication of failure after I performed the operation. I'm drawing blank right now and really need help to get my work going. I'm really appreciated if you could guide me to a direction where I can troubleshoot this problem.Thanks
Please see the highlighted note at the bottom of Margi’s email blast. This note does not appear on the event web site.John Sillari
Hello all,release notes. If you have any questions about the release schedule, please reference the PTC Product Calendar at:http://www.ptc.com/cs/product_calendar/PTC_Product_Calendar.htmHappy Weekend!Pushpinder Toor, SLM Solution Manager
Refer to CASE 11850699.We have a software security vulnerability with JAVA. We are running 6.0 M080. Since we cannot use the environment variable JAVA_HOME to redirect Arbortext to use the current version of JAVA, we will have to upgrade.Is there a way to update the HELP feature to use the current version of JAVA? Can the software be modified in the future to use the JAVA_HOME to use the latest version of JAVA?
Hi everybody!I've one more doubt... I put in my document a 'change bar', but I can't change it's height. Actually, I've to decrease the height of the change bar, because there's a little space above the modified text. Someone can help me?
I am a new user of 38784. How do I get more than an 8.5X11 area of a schematic (foldout pages) to appear correctly?
Hi everybody!Anyone knows how to modify the font size of the element using any its attribute?Example:In my DTD, I've this element:<!ELEMENT para EMPTY> <!ATTLIST para font-size NUMBER #IMPLIED >How to use this attribute 'font-size' to set the font size?This appear a easy case, but I haven't seen this function in Arbortext.
Liz, I think Kathleen has a point. Is there another place to sign up other thanFacebook? Lynn
Dear Arbortext users,I constructed a form in the arbortext editor and I need to do a validation in a field. The only one caractere the user may type is "X" or leave empty. How can I do this validation?
Ok, I'm using 5.3 and I've created some S1000D PDF output and I've noticed that the tables ignore the column settings. Instead of getting columns of variable width I get columns of equal width. I have clearly set the columns as follows<table colsep="1" frame="all" rowsep="1"><title>Something</title><tgroup cols="7" tgstyle="1"><colspeccolwidth="2.00pi"/><colspec colwidth="7.50pi"/><colspec colwidth="3.00pi"/><colspeccolwidth="2.00pi"/><colspec colwidth="10.00pi"/><colspec colwidth="7.00pi"/><colspeccolwidth="3.00pi"/>However in the output the columns are equally divided between 38 pi, which is chaos. I have content running across cell borders etc.How can I force the output to use the column widths I've entered?
Do you need to export this file for every iteration of stylesheet? We have four stylesheets that are basically identical except for the cover page. That the stylesheet publishes.ThanksBryon
Hi there,lately I've seen a tag in round brackets "pi MENTORPATH" for the first time. Does anyone know what it means?Thanks a lot for any help and enjoy the rest of the day!
I dreamed up some fancy FOSI footwork awhile back that seemed like it might be useful, but I have never had occasion to use it in a production FOSI. I am wondering if it is worth including in my book. It is detailed below. Whaddya think?Thanks!Suzanne Napoleonwww.FOSIexpert.com"WYSIWYG is last-century technology!"In the example below,the fancy FOSI footwork is not required --plain vanilla FOSI coding works fine, and the fancy footwork code is half again as long as the vanilla code. However, maybe the fancy FOSI footwork could be useful in certain complex situations that would be easier with a "case" approach.The fancy footwork code uses different increment values with the enumerat category to create unique bitmap index numbers that represent the presence of required and optional elements. The example is in SGML so the ampersand (&) connector can be utilized. The ampersand connector means all of the elements in the content model must occur, but they may occur in any order.In this pa
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.