initial commit lets start
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
"encoding/xml"
|
||||
)
|
||||
|
||||
const (
|
||||
XMLNS = "http://www.w3.org/1999/xhtml"
|
||||
)
|
||||
|
||||
type Xhtml struct {
|
||||
XMLName xml.Name `xml:"xhtml"`
|
||||
Xmlns string `xml:"xmlns,attr"`
|
||||
Text string `xml:",chardata"`
|
||||
}
|
||||
Reference in New Issue
Block a user