Hi all,
Someone knows how can I change the default language in Arbortext Editor?
I know how to change it using the styler, but without styler, I mean, using only the Editor I haven't found where.
Hi all,
Someone knows how can I change the default language in Arbortext Editor?
I know how to change it using the styler, but without styler, I mean, using only the Editor I haven't found where.
Hi,
In Arbortext Editor 5.2 version, the ACL function com_attach("Sepe.EditSupport") returns a non-zero handle, but in 6.0 M100 version, always returns zero. How can I solve this problem in version 6.0?
I'm currently running into issues installing a floating-license for Styler 6.1
Our goal is to put this floating-license on a server. I'm having difficulty following the instructions here though to request one: https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS34725&source=portalrecommended.
On the request license page, which values do I need to put in for PTC Host Id and Host Name? Do I need to put the server address or Host ID for the field "PTC HOST ID"? Then what do I need for Host Name?
Also, is there any software I need to install on the VM to get the licensing to work? I know the older 5.4 had Arbortext Licensing Administrator.
Using acl scripting in Arbortext Editor 6, How can an sgml file be opened and then save it as xml?
The doc_open method below returns a document identifier.
Providing this document identifier to the doc_save function saves an empty xml file.
Sample ACL Code:
#Open a sgml file
#0x200 - Open the document without loading a stylesheet.
$sgml_doc = doc_open("file.sgml", 0x200)
#save as xml
#0x0020 - Write the document as an XML document
doc_save($sgml_doc, 0x0020, "file.xml")
What should be done differently?
Hi All,
In my ditamap, topics are starting on odd pages.
There are no page numbers for blank pages, so, I don't want to count that pages.
How can I do it in Arbortext 6.0 using APP?
How everybody!
There's a way to test whether a page is odd or even? I need to do different actions depending of the page's type.
We use WordML documents extensively here in our office and our running into some issues copy-pasting into the new AT 6.1 version.
When copy-pasting bold/italic text (WordML), we get this error window complaining that it goes against our schema and its an "Invalid Paste Structure":
This wasn't an issue when we were on the older 5.3 a week earlier. Is there a preference I can change to where this window won't pop up?
Hi guys,
I'm trying to wrap the text in a rotated cell. Is this possible?
I rotated the cell in the attributes but the text didn't split and the table gets too big.
Thanks
Hello Community,
I am working on a new revision of a document that has change mark up tags. How do I remove them globally instead of one at a time?
Does anyone know when / if PTC plans to add this to Arbortext? Or what version, if they already have? I couldn't find anything in a search.
After I drag the CP folder into the Arbortext Editor application folder, I see the "Change" Menu as well as Change Page Help menus in Arbortext. However when I go to "create basic document" in the Change menu I receive an error message. Do I need to run a license manager? Do I drag some license info somewhere?
Is there a way to set how many characters are left in a row. I have found in the help center widow-control but it does not say much. There must be setting that controls this.
Bryon
Hi guys,
we have problems with the output window of the completeness check in the newest version of Arbortext Editor 6.1 M020.
If anything was not valid then the Editor 5.4 showed following window:
As you can see there was possible to click on the errors to jump directly to the error.
In the Editor 6.1 we get following output with the same xml file:
These informations are not helpful and we cannot jump to the error. In our opinion is this completeness check in the newer version very disappointing.
Maybe we do anything wrong. Anybody an idea how to get the old output? We hope you can help us.
Arbortext 6.0. We are using and SGML DTD with Arbortext 6.0 M080. Our writers use the id and xref combination for referencing.
When they click on attributed icon to bring up the attributes, they click on the autogenerate ID icon (looks like a firecracker we think) it generate a tag that is the first 35 character of the text and an ASCII value. Probelm is the text is in camel case (first letter of each word is Uppercase with no spaces). When they then use xref and select the reference, the text key is all lower case. It works ok in the composer/APE, but we use the data for creating ourown HTML and links do not agree. Is there a way to set the text to all lower case for the ID or to make REFID keep the text the same as the ID. Or is there a way to just generate the ascii number and not use the text.
What does this meen
org.xml.sax.SAXParseException: Element.Name.Inconsistent
I have a multitude of graphics in which the filename (i.e. "drawing1.cgm, drawing2.cgm, etc) needs to be added within the image area of the graphic. Can a macro be created to specifically target each file in the location they reside, copy the filename, open the graphic and paste into the graphic window?
I can make a macro to "singly" do that task to one file...but now sure how to have it continuously go thru the files in a consecutive order.
Thanks
Hello,
I'm new to PTC, though I've worked as a content management professional on similar platforms.
For a customer requirement I need to activate a feature on Arbortext editor.
Here is my question:
How can I upload Arbortext outputs that are authored from an ootb dita template as "Dynamic Document" to windchill server? I need this functions for reusable/ referable manners of Arbortext Editor.
Can you show me the simpliest/ basic way to activate this feature?
I use Arbortext 6.1 M20 and Winchill 10.2 M20.
Thanks,
Andaç
Hello,
We are running batch routines from the command line to convert XML to HTML. For each document, Arbortext opens, shows the window and closes. Does someone know how to do that in a "hidden" mode without opening and Arbortext session window? Thanks for your help!
Hans-J Bgalke
We are pleased to announce the 2014 Arbortext & APP users' meeting which will take place on 17th & 18th of September in London.
For more information on the agenda, early bird registrations, speaking/demo opportunities and sign up to the event updates newsletter.
Please see arbortext.solutions/appworld/
Hello,
There seems to be a problem with the document map window when inserting an element using the Quicktag menu.Using just the sample 28001C.sgm document from the Arbortext distribution with the following snippet of structure:
<para0><title>Definition of terms</title>
<subpara1 id="attname.def"><title>Attribute name</title><para>The
name of an attribute as assigned in the attribute definition list
declaration of a DTD.</para>
</subpara1>
<subpara1 id="border.def"><title>Border</title><para>Graphic that
appears along page boundaries. </para>
</subpara1>
<subpara1 id="charfill.def"><title>Character fill</title><para>The
repeated use of a character (possibly the space character), or string
of characters, to occupy space within running text, for example, leader
dots.</para>
</subpara1>
</para0>
In the Docmap, if I right click after the last </subpara1> before </para0> the QuickTag menu comes up and I can successfully insert another para0 at that point. But, if I right click after the middle </subpara1>, the cursor jumps to before the start of the first <subpara1> and then the QuickTag menu comes up. This results in the new element being inserted in an undesired place.
Can anyone give me some feedback on this? Has this been identified? Any workarounds? This did not occur in v5.3.
Thanks,
Jeanne