[OpenSER-Docs] migrating sgml to xml

Daniel-Constantin Mierla miconda at gmail.com
Tue Mar 4 14:40:32 CET 2008


Hello,

On 03/04/08 15:35, Henning Westerholt wrote:
> On Monday 03 March 2008, Daniel-Constantin Mierla wrote:
>   
>> Now for xml should be:
>>
>> <?xml version="1.0" encoding='ISO-8859-1'?>
>> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
>>         "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
>> [
>>     
>
> Hi Daniel, hi Edson,
>
> i think we should go for the 4.4 version of docbook-xml, this is in debian 
> stable, so it should be safe to use this. Perhaps there are some bugfixes and 
> extensions that are useful for us..
>   
4.4 is ok, I used 4.2 as the sgml files were having that version.
>   
>> In sgml was:
>>
>> <!ENTITY user SYSTEM "dispatcher_user.sgml">
>> <!ENTITY faq SYSTEM "dispatcher_faq.sgml">
>>
>> In xml should be:
>>
>> <!ENTITY user SYSTEM "dispatcher_user.xml">
>> <!ENTITY faq SYSTEM "dispatcher_faq.xml">
>>     
>
> This is good for now, but in the future it would probably make sense to use 
> xincludes here instead of the old entities method, like with the database 
> scheme stuff.
>   
xinclude is good -- I haven't used it at all so far. I just did the 
minimal steps to migrate sgml to xml -- this will be the big step, 
further optimizations will be done afterwards.

Cheers,
Daniel


> Cheers,
>
> Henning
>   




More information about the sr-docs mailing list