[cfaussie] Re: URL Rewrite with IIS and ColdFusion

2009-08-20 Thread Hitesh
Hi mate, really many thanksit worked for me. On Aug 19, 4:22 pm, Seanbernardx seanberna...@gmail.com wrote: Hitesh, I've been using Ionics Isapi Rewrite Filter quite successfully on windows server 2003 IIS 6 for a while now...http://www.codeplex.com/IIRF To create rules, edit the file

[cfaussie] Re: XML File/Data Validation

2009-08-20 Thread Hitesh
Hi Kevin, I am going to do another post with more clarify in the question. Thanks for your comments. Hitesh. On Aug 18, 7:02 pm, Kevin Pepperman chorno...@gmail.com wrote: Hello Hitesh. My suggestion is to start small here. You are asking a for heck of a lot of information in 1 email.

[cfaussie] XML Validation

2009-08-20 Thread Hitesh
First of all I am just going to these things first time so I need help and opinions from you guys. Now let me come to the point. XML Validation should take place this way: - Validate the XML document that it is NOT malformed. - Check ALL required XML nodes/elements/attributes exits. - Check data

[cfaussie] Re: XML Validation

2009-08-20 Thread Vendigo Design
Hi Hitesh, To get you started... To Validate the XML document that it is NOT malformed. - Use IsXML() To Check ALL required XML nodes/elements/attributes exits and Check data are properly formatted in XML document - Use XMLValidate() This works with DTD or XSD 1) XML validation should be