I would like to learn more about creating stylesheets for pdfs, web, and mobile devices.
What classes, websites, books, or other resources have helped you learn to create stylesheets that publish content in multiple outputs?
I would like to learn more about creating stylesheets for pdfs, web, and mobile devices.
What classes, websites, books, or other resources have helped you learn to create stylesheets that publish content in multiple outputs?
Hi,
I would like to know the parameters that allow a table to split or not to split a line on multi-page
Thank you
=================== FR ========================
Bonjour,
Je voudrai connaitre les paramètres qui permettent dans un tableau de fractionner ou de ne pas fractionner une ligne sur plusieurs page
Merci
Is there a way to enter superscripts in Arbortext Editor? If so, how?
If someone has already used the tag keeps can I get an explanation of how it works?
I used :
<rsrcdesc softkeepspage="yes" dfltlayoutconfig="rigid">
....
<e-i-c gi="row">
<charlist>
<keeps keep="7" scope="page">
....
No difference in result
I want split line anywhere
Thank you for help
Please can some one help..
I have this.........
macro ChangeText
select if text contains 'abc'
change text to "abcdefgh" <------------ I need the syntax to make this work
end macro
I have tried using the record macro function within isodraw but it uses the coordinates of the text that is to be changed
thanks in advance
###########################################################################################
I fixed it with this piece of programming I found in this forum................
macro ChangeText
DEFINE el as Element
Select if text contains 'abc'
IF (exists(activeDoc.firstSelectedElement)) THEN
el = activeDoc.firstSelectedElement
WHILE (exists(el))
IF (el.type="Text") THEN
el.text.string = stripExt(activeDoc.Name) <------------------- The important bit!!
END IF
el = el.nextSelectedElement
END WHILE
END IF
end macro
Dear all,
Could anybody help me to find the details about style sheet updation procedure. We are updating style sheet from 5.4 to 6 version, we are looking answer for below mentioned questions:
1) What is the standard procedure to update the style sheet?
2) Is it effect the definitions of style sheet 5.4 when we update to 6?
3) If it effects how to identify the damages of definitions?
Thank you,
Rajesh
Hi,
Has anyone actually implemented this version?
I have a customer who is very keen to get to as close to zero footprint as possible...
Cheers
Pete
Hello, I am a newbie when it comes to ACL. Im looking to create a script that will grab all tags in a document with an certain attribute set to a certain value and then grab its contents witch will be a string of text, and then copy the text and place it in a tag I create like a list. Also if possible, I need to grab the context of where these tags are. For example: Say I have a document with chapters and sections. And within these chapters and sections i have a "highlight" tags. I would like to grab every "highlight" tag in the doc and put it in a list at the bottom of the document where the text in the tag and the chapter and section of where it is located and place it in the list at the end of the document. Any help would be very useful. Thanks!
I want to manually add a column into the Entity Catalog table under Entity Manager. A column that I want to add existed in the TBLENTITIES table. I'm using Arbortext CSDB for S1000D.
Any idea? Your help is greatly appreciated.
Thanks
I want to know if Arbortext S1000D is compatible with SQL Server now or if it is still just Oracle. I was told that the latest release was going to be compatible with SQL Server but I can not find any documentation on it.
Help please. We have to install our instance that we purchased and are running out of time.
Hi!
This might be a stupid and simple question, but I can't seem to find the answer to it by myself. I want to insert "SUPERSEDED BY" in the IPL, but the program doesn't give me the option when I place the cursor behind the element where I want to place the markup, it doesn't give me the option to mark as supersede. I have tried behind several places in the idemdata, where I suppose that I should place it.
I would really appreciate some help on this question. If somebody has a good advice on where to find answers to questions like this one in the future, I would be grateful as well.
Thanks in advance!
Monica
Hello
when I open a file on the network and want to save the modifications, it s 8 times slower than doing the same localy.
I have tested on linux data server with samba and on a windows server and I come to the same slow result.
i have also tested with different switch and configuration on my network and virtualization (vlan with vswitch) it s the same slow result.
Any ideas ?
Regards,
Dear all,
I am finding little bit hard to understand the keydef, conref and conkeyref features to use. Presently I have refered the following link to understand the featureshttp://dita.xml.org/resource/keyref-overview-dita-12
Could any body help me to understand more on these features. It would be more helpful if I get some examples to understand this.
Thank you,
Rajesh
Ok guys,
this one is just wierd.
I am using Arbortext 5.4M70. I am using DTD's and FOSI. I have a document that will not display the opening Subpara1 element tag. To be more precise it won't show any open tags until you select an element, any element and do a generate update. Then all tags appear as expected, Except the Subpara1 tag.
On my preferences, I have full tags and keep tags balanced selected. Any ideas?
Sindy
Hello,
In the SGML file there is a mechanism ID / REFID when FOSI is applied Nom_Balise refid = "xx" is generated automatically in the viewer, it is possible to remove this display?
thank you
Bonjour,
Dans le fichier SGML il y a un mécanisme de ID/REFID lorsque la FOSI est appliquée, Nom_Balise refid="xx" est généré de façon automatique dans le viewer, est il possible de supprimer cette affichage ?
Merci
I am using IsoDraw 7.2
My customer requires the callouts to be the same ID and my IsoDraw gives me a popup warning saying:
"The ID is not unique Please change the ID."
I have several items such as washers that are the same part number and the ID's are labled 5a, 5b, 5c, 10a, 10b, 10c, etc...
If I try to change 5a to 5 and 5b to 5 then I get the popup warning.
Is there a way to change several callouts and have the callouts have the same ID?
I am using IsoDraw 7.2
Is it possible to change the preferences for Object info ID?
Im trying to link my Warnings to a specific section of a DM, (Procedural DM Issue 4.0) But I cant find the target field??
Does anyone know where the "Ref DMTarget" attribute field is? Or basically how do you designate a "target" (link to a particular place or ID in a Data Module) in Arbortext Editor (Issue 4.0)??? In previous versions (3 and below) you could hit CTRL D/modify attributes and the Target attribute is available in that window.....But that is no longer the case. I can't find it in Issue 4.0?? I think they may have changed the tag name, (like everything else) but if so it is not obvious and Im not sure where it is...Can anyone help
So, I have setup our instance of Arbortext Content Manager and we are just testing all the features of the application out. We keep getting an error when we go to upload documents to the folder area. Here is the error.
An exception occurred in the JS API browseForFile().
Error name: TypeError.
Error message: fileSelectionApplet.getTargetApplet is not a function.
I dont know Java so I am not sure what is going on exactly here. Any help someone can provide is greatly appreciated. We are using ACM 10.0 Datecode F000 by the way.
Thanks,
Jamie