Menu

#502 Stored TEI tag after convert

RED
closed-invalid
None
8
2014-07-02
2014-03-18
javad
No

hi
i want stored TEI tag when convert Tei to Docx in document.xml.

thanks

Discussion

  • Sebastian Rahtz

    Sebastian Rahtz - 2014-03-18

    you'll have to explain more fully, I don't understand the request. Can you give an example
    of what you want?

     
  • javad

    javad - 2014-03-18

    when convert tei document to docx, \<term>TEST\</term> removed from docx (in document.xml-text only) and convert to \<w:t>TEST\</w:t>.

    i want insert tag name (example:term) into \<w:t />.
    For example:
    TEI =======> Docx
    \<term>TEST\</term> =======> \<w:t tagName="term" >TEST\</w:t>

     

    Last edit: javad 2014-03-18
  • Lou Burnard

    Lou Burnard - 2014-07-02

    I think this is a request to retain the name of a tag in the docx output. Why would that be useful? To implement it would be fairly simple -- just add an XSLT template to a special profile. But what about attribute names and values?

     
  • Sebastian Rahtz

    Sebastian Rahtz - 2014-07-02

    there isn't a place in the DOCX output to store the tagging, though.

     
  • Sebastian Rahtz

    Sebastian Rahtz - 2014-07-02

    now at https://github.com/TEIC/Stylesheets/issues/36, please comtinue conversation there

     
  • Sebastian Rahtz

    Sebastian Rahtz - 2014-07-02
    • status: open --> closed-invalid