hi,
The possible reasons for viewing the output
View the xml applied with xsl directly in IE browser, if you are able to view the output, then bug in the script only, if not, upgrade IE to IE6 or install the two msxml sdks.
hi,
What I understood from your posting is that you want to display a SVG page in browser(Am I right or wrong). if am I right then add the svg file into the embed tag.
hi to everybody,
First understand the what is XML. XML is a Well structured document. I am answering to the first thread mentioning "what's wrong with the xml file". In XML file,
1. All the attributes should be enclosed either in double quotes or single quotes.
2. All the...
hi huskerdon,
The code for finding window even it's captions is changing.
Private Declare Function FindWindow Lib "user32" Alias
"FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function SetForegroundWindow Lib...
hi Jason,
I have given the suggestions for your problem in the forum, heading is "creating a single webpage from multiple xml files", have a look at it. I confirming that your problem is in Internet explorer 5.0, IE 5.0 does not support the...
hi Jason,
The possible suggestions are,
1. Misuse of Element or Attribute. You have used LINK in the template and in the xsl:for-each loop, whether LINK is an element or attribute(if it is an attribute use @LINK).
2. Incorrect XPath. Instead of <xsl:template...
hi,
In vb you can download a webpage using various ocx or activex controls. I not sure about of using sendkeys, for copying the text from the web page.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.