Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<seg>Tap <bpt i="1" x="215">&lt;strong&gt;<sub>Elephants<ph /> are big.</sub></bpt>View<ept i="1">&lt;/strong&gt;</ept> to<ph x="1" type="lb">&lt;br/&gt;</ph> get <hi>displayed<bptdisplayed<bpt i="1" x="215">code<sub>Elephants<ph /> are big.</sub>code</bpt>View<ept i="1" /> US</hi>US patents.</seg>

returns like this

Code Block
languagexml
<seg>Tap <bpt i="1" x="215" />View<ept i="1" /> to<ph type="lb" /> get <hi>displayed<bptdisplayed<bpt i="1" x="215" />View<ept i="1" /> US</hi>US patents.</seg>

sub tag

As tests with the supplied example data shows, sub tags are not handled and supported, because they are only allowed within a bpt, ept, ph, it and ut tag - and the content of those tags is ignored by the service.

...