I am new to this forum and to DITA, and I tried to use the <bookmap> element however when I did the validation, it told me that there is no declaration found for the element.
I tried to put a bookmap.dtd file in the root directory of the DITA project, however it told me the same thing.
Any idea?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
and it did not quite work as I wanted as the spacing between paragraphs is too big.
Therefore I would have preferred just a <cr> or however I did not find it available.
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you.
I will use it and will let you know the outcome, OK?
Also, as I am working through my first project in DITA, I am using the align="center" for the <image>, and I do not see any effect on the documentation pdf that I get.
Also, I am using the <menucascade> tag, and I do not see anything that was claimed to be done by this tag in the output.
I wonder if I am missing anything...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Another thing that I would like to know.
As you could see in my initial question, there was some indentation (tabs) in the text.
How would it be possible to get this in DITA?
I searched the net and what I found was to insert the special character, however it did not have any effect.
Is there another possibility to obtain that?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried to use the tag you suggested however it seems that it is not recognized by the editor...
Can you give me an example of how to use it?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody,
I am new to this forum and to DITA, and I tried to use the <bookmap> element however when I did the validation, it told me that there is no declaration found for the element.
I tried to put a bookmap.dtd file in the root directory of the DITA project, however it told me the same thing.
Any idea?
Thank you.
Please put the following line before the <bookmap> element:
<!DOCTYPE bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN" "http://docs.oasis-open.org/dita/v1.1/OS/dtd/bookmap.dtd">
Thank you!
I would have another question, if someone could answer me.
I wish to enter like a quote of code in my documentation the following paragraph:
var value = COMPONENT.getSelectedMembers();
if (value === "clearFilters") {
DATA_SOURCE.clearFilter(dimension);
} else {
DATA_SOURCE.setFilterExt(dimension, value);
}
with the indentation as it is showed, and if possible with this type of font.
What would be the best approach?
Thank you.
I forgot to add that I already tried this type of approach:
and it did not quite work as I wanted as the spacing between paragraphs is too big.
Therefore I would have preferred just a <cr> or
however I did not find it available.
Thank you.
I was wondering if the CDATA tag <![CDATA[]]> is what you're looking for.
Thank you.
I will use it and will let you know the outcome, OK?
Also, as I am working through my first project in DITA, I am using the align="center" for the <image>, and I do not see any effect on the documentation pdf that I get.
Also, I am using the <menucascade> tag, and I do not see anything that was claimed to be done by this tag in the output.
I wonder if I am missing anything...
Another thing that I would like to know.
As you could see in my initial question, there was some indentation (tabs) in the text.
How would it be possible to get this in DITA?
I searched the net and what I found was to insert the special character, however it did not have any effect.
Is there another possibility to obtain that?
Thank you.
I tried to use the tag you suggested however it seems that it is not recognized by the editor...
Can you give me an example of how to use it?
Thank you.
I managed to use it correctly, however it worked better with <lines>
Thank you.