Skip to main content
Participant
October 8, 2013
Question

Problems with element's ENTITY in FM 10 (structured document)

  • October 8, 2013
  • 1 reply
  • 505 views

Hello, I'm working with structured documents.

The case is as follows:

Prueba.DTD the file, I have declared the elements of the structure and a number of elements that locate ENTITY a string and replace it with another.

Eg

<! ENTITY abackup "Backup">

The case is that when I open the corresponding XML file, and locate the information that appears should be changed as follows.

"press 1 icon to perform the backupof the application"

That is, board the word "Backup" to the next word ...

What is what is happening? Can you help?

(Sorry for my poor command of the English language.)

This topic has been closed for replies.

1 reply

Inspiring
October 8, 2013

Hi,

if I get this correctly, you place the element and need a whitespace right after it.

To do this you either need to set a whitespace manually right after the element, or you need to define the string with the following whitespace included already.

The later way would look like this: <!ENTITY abackup "Backup%20">.

Hope that helps

-Alex

lcvazquezAuthor
Participant
October 8, 2013

Hello Gorly, no, that way i generated a problem with DTD validation.