10 references to XliffNS
Microsoft.DotNet.XliffTasks (10)
Model\XlfDocument.cs (2)
50
new XAttribute("xmlns",
XliffNS
.NamespaceName),
53
new XAttribute(XsiNS + "schemaLocation", $"{
XliffNS
.NamespaceName} xliff-core-1.2-transitional.xsd"),
Model\XlfNames.cs (8)
11
public static readonly XName Xliff =
XliffNS
+ "xliff";
12
public static readonly XName File =
XliffNS
+ "file";
13
public static readonly XName Body =
XliffNS
+ "body";
14
public static readonly XName Group =
XliffNS
+ "group";
15
public static readonly XName TransUnit =
XliffNS
+ "trans-unit";
16
public static readonly XName Source =
XliffNS
+ "source";
17
public static readonly XName Target =
XliffNS
+ "target";
18
public static readonly XName Note =
XliffNS
+ "note";