Arbortext Editor 5.4 and IsoDraw 7.3?
With the feature in Isodraw 7.3 of being able to link a hotspot with data in an XML file I have been asked a question. The user wants to know "Is there a specific schema the XML must adhere to?" ....
View ArticleRe: How to import MS Word documents to Arbortext Editor
We have been converting Word documents into Arbortext Editor for years now. We have also been searcing for a way to do this automatically. Unfortunately, the only way we have achieved 100% conversion...
View Articlebatch file for saving as xml from sgml
Is it possible to create a batch file in Arbortext 6.0 that would open each sgml file in a directory and save as an xml file?
View ArticleRe: batch file for saving as xml from sgml
You should be able to do this with ACL. There is a handy ACL command to save SGML as XML. Something like this would work... xmlName = {your XML name}if (doc_kind() == "sgml"){ save_as -xml...
View ArticleArbortext A&D S1000D DMRL
I am trying to start a project in our new setup of Arbortext S1000D CSDB. I have the project created and have a starting SNS. I am ready to load my DMRL from my excel spreadsheet but I dont see where...
View ArticleC++ Runtime crash
Hello! I hope you can help me out because I'm out of solution. We are currently using Arbortext Editor and we have a problem when we try to publish manuals to our WindChill server. It gives us a C++...
View ArticleACL code not working
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...
View ArticleRe: ACL code not working
Did you not see my reply to your earlier thread? http://communities.ptc.com/message/243117#243117 There is a different ACL command that converts SGML to XML.
View ArticleRe: ACL code not working
We are executing ACL files via Arbortext Editor Command Line (ex: “source acl_file.acl”).A document identifier had to be provided to doc_kind() function to allow it to function for the document opened...
View ArticleRecording query operations in macro (Arbortext Editor 6.1)
Hi all, I'm trying to record a macro in Arbortext Editor. I need the following:1) Insert markup pop up window;2) Choose query from bottom drop down list (I've modified my dcf file to allow...
View ArticleRe: Recording query operations in macro (Arbortext Editor 6.1)
I'm trying to do the same just using a ACL script, called by a customized menu, to avoid any macro management.I used the insert_tag("atidm:query").It calls a general query and shows a query attribute...
View ArticleRe: stylesheet
Yes, but you don't use Styler to create FO stylesheets. If you want FO training, you should look elsewhere:http://www.cranesoftwrights.com/training/#pfux
View ArticleRe: Arbortext & APP World Users' Event 2014
Like to speak at the 2014 Users' meeting? We are interested to hear about your Arbortext, APP (3B2) uses and implementations... widgets, gizmos, or tricks!?Submit your proposal to us for a short case...
View ArticleRe: Arbortext & APP World Users' Event 2014
Venue details have now been confirmed. Take advantage of the early registration discount before the end of June! www.tformat.com/appworld/
View ArticleParenthesis around numbers
Hi All, I'm looking for guidance on adding parenthesis around numbers using FOSI. I have the numbering in the document, but for some reason can not figure out how to add the parenthesis around the...
View ArticleRe: No way to check that DMs have been changed in a delivered publication
Hi Jan, does this mean you have resolved this question? Wanted to make sure before I marked it as Answered or not. Thanks!
View ArticleRe: Gentext doesn't work with conditions, when preview in pdf
Hi Robson, It may be simple, but is often overlooked. Make sure the output for the condition is not just set to Editor. I'm not certain why it may default to certain outputs (likely inherited from...
View ArticleRe: Parenthesis around numbers
Jay, Have you tried in your <savetext> or <usetext> using the syintax\(\,thenumber,\)\??? It is described in the Arbortext Editor's help topicSavetext construction rule and usetext source...
View ArticleRe: Recording query operations in macro (Arbortext Editor 6.1)
Are you using oid_modify_attr() to give a value the the queryName attribute?oid_modify_addr(oid,"queryName","YourValueForqueryName")???
View ArticleRe: Arbortext 6.0 (64 Bit) A15015 Cannot Open Schema/DTD
Arbortext Editor compiles document types, .dtd files.3 files are created, .ptd, .pro and .dec.Often an upgrade requires these files to be re-generated.(Date stamps change, a minor change in the...
View Article