Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

Hariharan2105

@Hariharan2105
About
Posts
7
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to open a XML file without validating?
    H Hariharan2105

    Hi, I am new to C#. I tried with the following and succeeded, txtReader = new XmlTextReader(@"abc.xml"); txtReader.XmlResolver = null; xDoc = new XmlDocument(); xDoc.Load(txtReader) Thanks, Hariharan C.

    C# xml help tutorial question

  • How to open a XML file without validating?
    H Hariharan2105

    Hi, I need to open a well-formatted xml file (but not valid against DTD), i tried the following, sill reciving error: // <!DOCTYPE article SYSTEM "xyz.dtd"> txtReader = new XmlTextReader(@"D:\abc.xml"); reader = new XmlValidatingReader(txtReader); reader.ValidationType = ValidationType.None; xDoc = new XmlDocument(); xDoc.Load(reader); Regards, Hariharan C.

    C# xml help tutorial question

  • MathML
    H Hariharan2105

    How can I convert MathML equations to TeX/LaTeX?

    XML / XSL question

  • How to view MathML in IE6 using MathPlayer?
    H Hariharan2105

    Hi, I tried with NLM XML and XSL (http://dtd.nlm.nih.gov/publishing/), but I could not view MathML. Please help.. Regards, Hariharan C.

    XML / XSL xml help tutorial question

  • Encoding UTF-8 vs iso-8859-1
    H Hariharan2105

    Thanks Erik, I tried this too, resulting two junk characters instead of Unicode character. Do I need to install any fonts for this? Regards, Hariharan C.

    XML / XSL help xml visual-studio

  • Encoding UTF-8 vs iso-8859-1
    H Hariharan2105

    Hi, I tried the following in XML And the following in XSD thanks,. Hariharan C.

    XML / XSL help xml visual-studio

  • Encoding UTF-8 vs iso-8859-1
    H Hariharan2105

    Hi, I had created an XML file with Unicode (encoding UTF-8) using Word 2007; the problem is when I try to view it in IE through an XSL result in the following error: An invalid character was found in text content... I changed the encoding of XML file to “ISO-8859-1” – able to view in IE but the characters get messed. Please Help. Hariharan C

    XML / XSL help xml visual-studio
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups