sgml to xml conversion

后端 未结 4 1163
夕颜
夕颜 2020-12-30 15:11

I have a following sample sgml data from my .sgm file and I want convert this in to xml



xyz
<         


        
4条回答
  •  再見小時候
    2020-12-30 16:05

    Why XSLT? I doubt you can map SGML to XML Infoset or XDM...

    I think that you should better use the language made for this task: DSSSL (Document Style Semantics and Specification Language)

    This is the predecessor of XSLT. The author is James Clark. And this is the his site.

提交回复
热议问题