Hi, While calling the validate method I am getting the following error while validating the XML: "Validate failed because the document does not contain exactly one root node." The XMLDOM object i am creating is Msxml2.DOMDocument.4.0 I am having only one root but don't know why this error Here is my XSD: And here is the XML : http://www.yahoo.com http://www.yahoo.com 12345678 abcd Version No 1.1 Made By Microsoft Anyone Please let me know what can be problem with this. Kuldeep
Kuldeep Bhatnagar
Posts
-
Not Able to validate the MSXML -
Smart Tee Preview not working properly for MPEG1One more point. The source video which i am using does not contain any audio. Will it matter while running the graph.
-
Smart Tee Preview not working properly for MPEG1For MPEG-2 the Graphs are build properly. But still there is problem in Running the GRAPH if the output is WM ASF Writer Filter. Even in GraphEdit it is giving the error. Here is the graph for MPEG-2 Instead of WM ASF Writer if we use Video Renderer then the video is rendered properly. But it is not working in case of WM ASF Writer filter. Can you please look into this and give your comment on this?
-
Smart Tee Preview not working properly for MPEG1I cannot attach the screenshot but the Graphs looks like this Mpeg File ---> Mepeg1Splitter-->Audio------->FFDSHow Audio Decoder->Audio File --->Mepeg1Splitter--->Video --->Smart Tee Filter --->Smart Tee Filter-->Capture-->FFDShow Video Decoder---> WMV File | |--->Preview->MPEG Video Decoder---->Video Renderer
-
Smart Tee Preview not working properly for MPEG1Hi, I am building a graph to render the MPEG1 format file using Smart Tee filter. But it is not showing the preview properly. However the capture pin is working properly. Is it because of the decoder which i am using. Actually i tried with FFDShow, MPEG decoders. Please let me know how to resolve this issue. Thanks in advance. Kuldeep
-
How to get the Codec Name of the Video using directshowHi, I need to write a vc++ program to find the Codec Name of any DirecShow suppoting format video. How can i do that using directshow interfaces and apis? Apart from DirectShow is there any other api of library which we can use for that. Thanks in advance. Kuldeep
-
Get MessageUsing Events is also another option for notifying another window.
-
VC++ equivalent of evalSwitching was always in my mind. Biut i wanted to do without that.
-
VC++ equivalent of evalBasically i want to make an object of the class and the name of class will be decided at runtime.
-
VC++ equivalent of evalHi, In javascript there is an Eval method to do evaluation of string. Can i do something like this in VC++, MFC. Basically i want to create an oblect of the class. The name of the class is dynamic. Example: Eval("new MyClass") // Something like this. Any help would be highly appreciated. Kuldeep
-
How To Know the Function Parameters and Types of DLLHello, I am having a win32 dll in which there are some exported funation. i want to use the that dll from another win32 application and call its functions. How can i know the the no of parameters to be passed and its datatypes. The name of function i get from the Dependency tool of visual studio but it does not shows the no of parameters and its types. Plz help me regarding that. Thanks Kuldeep:doh:
-
CreateRemoteThread for Win98Hi Friends, Can anyone tell me what is the alternative of CreateRemoteThread in Win98 . How can i create a thread in Remote Process in Win98 operating system. Thanx in advance ! Kuldeep
-
Restricting User to View page after log outHello, In my ASP site i want to implement the security that when the user clicks on logout then when he clicks on back button he should not be able to access the previous page again. I have used the session variable "User", it's vale is true if the user is logged in and make it false when the user logsout. I every page i am checking that if the value is false then the user should be redirected to login page. But when user clicks on back button of browser, it does not work. Can anybody help out for the solution of this. Kuldeep