Recently active
Hi,I have problem when i use ID/REFID<!-- XML File --><table id="tbl-4">.......</table><para> cccccccccccccccccccccccccc <obj refid="tbl-4">vvvvvvvvv</obj></para><!-- TREAT ID --><e-i-c gi="table"> <charlist inherit="1" charsubsetref="espvtitre"> <indent inherit="0" leftind="@" firstln="*"> <quadding quad="center"> <textbrk endln="0"> <enumerat increm="1" enumid="tabct"> <savetext textid="tabctxt" conrule="tabct"> <savetext textid="tabnum" conrule="tabctxt"> <usetext source="\Table \,tabnum,\ \" placemnt="before"> <subchars> <font inherit="1" weight="bold"> <highlt inherit="0" fontclr="blue"></subchars> </usetext> </charlist><att><fillval attname="id" fillcat="savetext" attloc="table" fillchar="conrule"> <charsubset> <savetext textid="idtab"></charsubset> </att><att><fillval attname="id" fillcat="savetext"
User has checked out a document from Windchill and opened it in Arbortext Editor 6. The user has made revisions and now wants to "save" the file. The user gets the following message:Cannot find path specifiedError: [A11972]She is also unable to check the file back into Windchill as the system doesn't recognize her changes.Could this have something to do with the user's cache folders or temp folders? If not, what are the other possibilities?
We are currently running Arbortext 5.4 and I am wondering if it is possible to stay there without to many problems when running PDMLink 10.2?Thanks in advance!Brian
Just received an email via LinkedIn from Tom Kenslea of PTC . The LinkedIn post contained a link to this PTC video about Arbortext. It's mostly propaganda, as you could guess. It seems to focus on Arbortext as one link in a chain of PTC-provided products to produce a myriad of products containing PTC goodness. I'm not sure if it says anything valuable to me about Arbortext as stand-alone authoring/publishing software, which is how we use it. Maybe some of you might find this interesting.
Ed, Unless the Air Force has changed the 38784 DTD since the hid it behind afirewall, what I see for the attribute 'pgwide' is it is used only on theelements <figtable> (not used in the Army) and <table>. In the Army DTD,this attribute has been removed. Caroline, If you have a new attribute added to your DTD this is the format you'llneed. pgwide (0 | 1) #IMPLIED This is the attribute name, a choice of '0' or '1' where the zero is notpage wide and the '1' is page wide. You will also need to add functionality to the stylesheet to read theattribute and make the appropriate formatting change(s) to the output. Lynn
Hi all,I'm working on a 5.4 stylesheet that has default two-column figures but some are page wide. The captions on the page wides are still using two-columns. Is there a way to detect if the figure is page wide without having to check for an attribute, which at this time isn't being used? I wanted to see if I could do this solely in the style sheet without having to ask production to add an attribute indicating a page wide graphic.Thanks!
Same exact content. Stylesheet updated in change from m010 to m090 butnothing (that I remember) graphics related. The graphics are .png. Usingthe standard, as shipped pdfcf.One chapter has three graphics. One prints the same. Two expand off thepage. The graphics *are* different sizes, but I can't figure out what keptthem from expanding off the page in m010.Does anyone remember something getting "fixed" or a default setting changedor ....Off to dig into release notes and such but hoping the hive is smarter andquicker than I!-- Paul Nagai
I'm trying to open up a normal enough XML file in Arbortext but am getting this error:"[A31437] Could not open 'Mydoc.xml' as an XML document. Do you want to open it as an ASCII file?"The document is a simple enough, UTF-8, well-formed XML document that is validating against it's DTD. Really puzzled on this one. Any ideas?
Hi Everybody!I need to put a graphic (image) on the my table's entry background. Can I do it using the styler?
I'm looking into getting Arbortext Content Manager. I've reviewed all the literature, but have more questions, such as: Is this a simple software install on a web server? What kind of support would our IT department need to provide? (The Editor is the only PTC product we use---no Windchill experience)Anyone know approximate price tag?
I've created a book in Editor and when I publish to PDF the graphics are there, when I publish to Web the grpahics do not appear in html. Any ideas on what the problem could be?The graphics are jpegs that have been altered in Illustrator to include text and shapes on top of the photo. Then exported as jpeg again.
Hello everybody,I have faced frequently the following error message on my Arbortext Editor:I have read the posted discussions and tried some interim solutions such as:- Increased the virtual memory size ;- Updated the Arbortext version to v 6.0 M090Even though the error persists.Any other ideas what is going on?Thanks,Rogério Rodrigues (plisk)
and since they're not on-screen, they won't appear in print preview either. Everything else works fine - valid SGML no errors.I have graphic tags and sheet tags, and they have attributes filled in. Graphic entities are defined and the pictures themselves are located in the proper directory. ACL switch graphicdisplay is ON.But I can't get the graphics to appear on the screen. I can't get the Insert Graphic File dialog box to appear. If I try to add a new graphic or sheet tag, it tells me graphics are not allowed by the DTD. That's preposterous - I'm right next to an existing graphics tag. There are 160 other graphics spread throughout the file.There has to be some small switch or something? Can someone shed some light on this? FOSI displays everything else correctly on screen (generated text, indentions) how could it do all that and just NOT DISPLAY GRAPHICS?Arbortext 5.2 / Windows 7 / CMM doctype (ATA industry standard)JH
We have been trying to install Arbortext S1000D, Publishing Engine, Content Manager, and Editor all on the same server. We have a Virtual Machine setup to host all of these applications, but we are running into the issue of the FlexLM not reading the licenses for Editor or Publishing Engine. Now the licensing info look completely different for S1000D than it does for Editor or Publishing Engine. Can anyone give some advice as to what we need to do?
Hi,I am unable to install JT adapter and Thumbnailer along with IsoDraw CAD Process 7.3. I would be thankful if anybody can help me on this.Thanks,Lovelin Deepak
Hi all,We have several different projects to create DITA contents.Those projects have no relation to one another so that we would like to manage them separetely. We are considering to manage them on ACM by using different burst configurations for each content.Does anyone have any idea how to set up the burst configuration files and ACM for this purpose?Your advice is very much appreciated.Regards,Tomomi
Hi all ,I am new to Arbortext Editor.I have a requirement in which .I batch file should open two file in comparemode where one is the latest version in read/write mode and other is the last version in the read only mode .for example:I Have two files for example C:/testA/a.xml (Latest version ) and C:/testB/a.xml (previous version)These files content may be same or differentI need to write a .bat file which opens the compare result of both the above file.There is a Compare_files() method .But i don't know exactly how to use this .I tried in below way:editor -c compare_files("testA/a.xml", "/testB/a.xml")But it dont work
I Have two files for example C:/testA/a.xml and C:/testB/a.xmlThese files content may be same or differentI need to write a .bat file which opens the compare result of both the above file.I tried to Google but i don't find much resource on internet .There is a Compare_files() method .But i don't know exactly how to use this .I tried in below way:editor -c compare_files("testA/a.xml", "/testB/a.xml")But it dont work
We have a customised side by side that is based on the Technical Information Application. We have the ability to add multiple procbodies. This allows us to use a page wide image with a two column table below it. The issue we are having is that If we use numbered steps in the first procbody, the numbering will not continue in the second procbody. If we have two procbodies that have the two column table in them, the number will contine. Where do I need to look to fix my issue?See attached Image.Thanks,Bryon
Hi,Is it possible for Arbortext Editor to insert the default attribute values into the XML. So that if I open the xml in notepad, the default attributes are there.Thank youAshona
What is the latest version of IsoDraw?
Hello everyone,I'm trying to code around what I believe is a bug in Arbortext 6.0 when numbering list items. In short, Arbortext is continue the numbering from a sublist onto the next item in the parent list.I'm trying to develop a workaround by adding a new counter for the sublist. However, my counter is enumerating at the wrong level.Consider the following markup....<amend><provbody><prov><subprov><label>1</label></subprov> <subprov><label>2</label></subprov>....</amend>I want the subprov/label to increment. However, what I am seeing happen is the enumeration is occuring at the <amend> level instead. So...<amend>...<subprov><label>1</label> <subprov><label>1</label></amend><amend>...<subprov><label>2</label> <subprov><label>2</label></amend>My Xpath to set the counter is working correctly as this is not obstructi
I'm trying to create a batch file to export an .xml to a .html file.In Arbortext Editor 6.0 M100 there's a feature that allows you to export a file to .htmFile->Save as HTMLIn a batch file I simply used:"editor.exe" -c "FileSaveAsHTML" "file.xml"It essentially opens the xml file and a dialog appears to save as an html file.Is there a way to have this command in silent mode that allows the file to save?Using the argument "-b" doesn't allow overwrites, which I think the dialog is messing up.Is there another way to go about doing this? Perhaps a macro would be used instead?Any suggestions are welcomed.
Hi,Has anyone had any luck creating publishing rules for individual documentsand controlling the output directory and file name? Specifically, myauthors want to direct output to a specific folder and they want thefilename to be the name of the XML file. (Most important, I think, is thefilename.)I can see (although I didn't try to change it) that there might be somecontrol using %n %u and %s but none of those values reference the sourceXML instance's filename.I'm wondering if there are options/parameters I can specify on the Advancedtab that would do this. I can't find anything helpful in this regard in thehelp, though.-- Paul Nagai
Dear all,Is there any method to change the version of an isodraw file so that it an higher version file can be opened in the lower version.For example: We have fewer IsoDraw 7 versions and more of IsoDraw 6.1. Whenever illustrations saved in Ver. 7.0 need to be worked on in 6.1, we have to go to the 7.0 system and save as it to 6.0. It is very time consuming.I wanted to know whether any of you can help me out, like is there any way we can tweak the Ver7.0 file in notepad so that it opens in Ver 6.0.Regards,Rahul KULKARNI
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.