User Profile

Collapse

Profile Sidebar

Collapse
smarttechie
smarttechie
Last Activity: Apr 13 '09, 01:57 PM
Joined: Sep 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • smarttechie
    started a topic xml in html shows as plain text in mozilla

    xml in html shows as plain text in mozilla

    hi all
    i have xml tags in html body. and using document.getele mentbyid i am just extracting the xml. in mozilla it's working but it also prints the whole xml in plain text in browser. where in IE its only printing the extracted values.

    Code:
    <html>
    <head>
    
    <script type="text/javascript">
    function parseXML()
    {
    
    alert(document.getElementById("xmlToolbarMeta").innerHTML)
    ...
    See more | Go to post

  • windows live id / hotmail authentication in c# windows application

    hii all
    i want to only authenticate windows live id / hotmail in c# windows application.
    i dont want to send emails. pls help
    thanks in advance.
    See more | Go to post

  • smarttechie
    replied to gmail authentication using c#
    gmail authentication using c#

    hi all
    i want to access gmail programatically using c#.
    i will just enter my email id & password. if the email id & password is true then the server will give me a response.
    but its giving me error the remote server returned an error 403
    pls help me
    thanks in advance
    Code:
    NameValueCollection nvc = new NameValueCollection();
    ...
    See more | Go to post
    Last edited by Frinavale; Feb 18 '09, 02:09 PM. Reason: duplicate threads merged

    Leave a comment:


  • smarttechie
    started a topic gmail authentication using c#

    gmail authentication using c#

    hi all
    i want to access gmail programatically using c#.
    i will just enter my email id & password. if the email id & password is true then the server will give me a response.
    pls help me
    thanks in advance
    See more | Go to post

  • smarttechie
    started a topic problem in storing xmlwriter output to a textbox
    in .NET

    problem in storing xmlwriter output to a textbox

    hi all
    i have created a c# windows application
    i used xslt file to extract data from xml
    i just want to show the extracted data in textbox


    code
    -----
    xslTran.Load("x slfille.xsl");

    XmlTextWriter writer = new XmlTextWriter(" HTMLPage1.htm", System.Text.Enc oding.UTF8);

    xslTran.Transfo rm(doc, null, writer);...
    See more | Go to post

  • smarttechie
    started a topic conversion of stream reader output to xml
    in .NET

    conversion of stream reader output to xml

    hi all
    i have created c# windows application
    that extracts xml data from diff website using streamreader.
    and i got the output.
    but when i want to convert it into xml document. its giving me error.
    ------
    HttpWebRequest webRequest = (HttpWebRequest )WebRequest.Cre ate(url);
    webRequest.Time out = 6000;
    HttpWebResponse webResponse = (HttpWebRespons e)webRequest.Ge tResponse();...
    See more | Go to post

  • how to get data of a website in c# windoes application

    Hi all
    i have created a windows application
    in the application i am just sending the website name
    when i clik on the button it will show me the wabe page content


    pls help..
    thanks
    See more | Go to post

  • smarttechie
    started a topic creating online rss aggregate using .net
    in .NET

    creating online rss aggregate using .net

    Hi all
    please help me
    i need to create online rss aggregate using c#.net
    where the news will come from diff rss sites.
    & i have to display the news in text format in .net.

    thanks in advance
    See more | Go to post

  • smarttechie
    replied to Count of sibling in xml tree
    in XML
    thanks for ur reply
    actually i m new to xml
    could u tell me in details...
    See more | Go to post

    Leave a comment:


  • smarttechie
    replied to Count of sibling in xml tree
    in XML
    Thanks for ur reply
    but i need all the level ref count
    thanks...
    See more | Go to post

    Leave a comment:


  • smarttechie
    replied to Count of sibling in xml tree
    in XML
    thanks for ur reply
    i am describing in details
    i am searching for a entity which has refrences to other entities
    like in this case Datechkforent has refrences to dddd & newcheck.
    and dddd, new check entity is held by other entities. now the search is recursive search.
    what i want to achieve is that Datechkforent has two refrences it will give me the count of 2.
    2nd step. now dddd and new test has...
    See more | Go to post

    Leave a comment:


  • smarttechie
    replied to Count of sibling in xml tree
    in XML
    thanks for ur reply
    i am describing in details
    i am searching for a entity which has refrences to other entities
    like in this case Datechkforent has refrences to dddd & newcheck.
    and dddd, new check entity is held by other entities. now the search is recursive search.
    what i want to achieve is that Datechkforent has two refrences it will give me the count of 2.
    2nd step. now dddd and new test has...
    See more | Go to post

    Leave a comment:


  • smarttechie
    started a topic Count of sibling in xml tree
    in XML

    Count of sibling in xml tree

    Hii all please help its urgent
    i have developed an application in xsl. what i want to do is i m searching the xml file based on a search.and based on that search im creating one tree like structure. in this tree structure i need the count of siblings in each level. im not getting the count exactly the same


    the xslt file
    -----------------
    [code=xml]
    <?xml version="1.0" encoding="UTF-8"?>...
    See more | Go to post
    Last edited by jkmyoung; Oct 14 '08, 02:40 PM. Reason: can't read without code tags
No activity results to display
Show More
Working...