User Profile

Collapse

Profile Sidebar

Collapse
miamikk
miamikk
Last Activity: Mar 20 '08, 08:18 PM
Joined: Aug 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • XSLT Transformation - inserting dynamic form text in header of HTML table

    I am XML newbie.
    I have question about inserting dynamic text in the header of HTML table.

    This is the site I have created (Only Report Type 1 is working)
    http://www.ustrade.fiu.edu/CustomsDistrict_Free.aspx

    The headers (Commodity Description, HS4, etc.) are static and I would like to add Month value in the Columns 3-6. Instead of "Year Amount($)", I would like to have the column header as "Month...
    See more | Go to post

  • miamikk
    started a topic How to fix line break problem in XML file
    in XML

    How to fix line break problem in XML file

    I am using bcp command in a loop format to generate and save XML files. But some of the XML files are not able to parse and I found that the problem is a "line break". The closing tags are is spread across 2 lines and there is a line break at the end of first line.

    Part of XML file is below and the closing tag "c" is spread across 2 lines.

    Code:
    <c><D>PARTS OF INDUSTRIAL OR LABORATORY FURNACES
    ...
    See more | Go to post

  • In regards to your reply posted here,
    http://www.thescripts. com/forum/thread693679.ht ml

    Do you have the code in C# ?

    I have XML files that I need to display as HTML tables.

    The XML file looks like http://www.fiu.edu/~atmakurk/2.xml

    And the table more or less should like http://www.fiu.edu/~atmakurk/Table_View1.jpg

    I would appreciate if can provide with an example...
    See more | Go to post

    Leave a comment:


  • System.Xml.XPath.XPathException: 'xxxxx' has an invalid token

    I have created XML files using BCP in SQL with FOR XML AUTO, ELEMENTS option.

    When I try to databind for XML file to a GridView in ASP.NET, I get an error " 'd/Commodity Description' has an invalid token".

    All I did was drag a GridView and selected the datasource as XML file. The XPath expression was selected automatically as "d/Commodity Description".

    I am not sure if this is an XML...
    See more | Go to post

  • I fixed the problem by adding ROOT option in the FOR XML part.
    See more | Go to post

    Leave a comment:


  • How to append header to XML file generated using BCP in SQL

    I am generating XML files using FOR XML AUTO, ELEMENTS with BCP in SQL Query. When I try to open an the XML file in browser, I get an error that "Only one Top level element is allowed in an XML document". I am assuming the XML document is missing the header line <?xml version="1.0" ........etc etc.

    How do I append this header to the XML file in the run time ?

    Images of Error, XML in Notepad, and...
    See more | Go to post
No activity results to display
Show More
Working...