Skip to content

yangzhyo/dtd-to-entity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why

There are too many utilities to convert XML schema to entity class, but few tool to convert DTD. This is why I wrote this tool.

Enviorment

.NET Core on Windows/Linux/OSX

How to use

Simply execute command:

cd src/app/
dotnet restore
dotnet build
dotnet run app -i ~/dtd-to-entity/src/app/sample.dtd -o ~/dtd-to-entity/src/app/output

About

Tool to transform DTD to C# entity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages