CSharpTest.Net
XhtmlValidation Class
Members  Example  See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Html Namespace : XhtmlValidation Class

Glossary Item Box

Provides validation of Xhtml documents based on w3c DTDs

Syntax

Visual Basic (Declaration) 
Public Class XhtmlValidation 
C# 
public class XhtmlValidation 

Example

Library/Library.Test/TestXhtmlValid.cs

C#Copy Code
string doc = @"<html>
    <head><title>required</title></head>
    <body></body>
</html>
";

XhtmlValidation v = new XhtmlValidation(XhtmlDTDSpecification.None);
v.Validate(new StringReader(doc));
VB.NETCopy Code
Dim doc As String = "<html>" & vbCr & vbLf & "                <head><title>required</title></head>" & vbCr & vbLf & "                <body></body>" & vbCr & vbLf & "            </html>" & vbCr & vbLf & "            "

Dim v As New XhtmlValidation(XhtmlDTDSpecification.None)
v.Validate(New StringReader(doc))

Inheritance Hierarchy

System.Object
   CSharpTest.Net.Html.XhtmlValidation

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys