All Tags ›
XML input format (
RSS)
Sorry, but there are no more tags available to filter with.
-
I am trying to use LP to output a webservice response to csv. It has worked on several occasions, but in one case I get an error message that there is an invalid character in the text output. What would LP consider an invalid character?
Posted to
Forum
by
cci
on
06-07-2009, 6:46 AM
-
Generating an xsd validation file is easily accomplished in .NET with a DataSet Object. You can use XMLExport in Access 2003 but that is specific to Access Tables; then there is SQLXMLOLEDB which only worls with SQL Server. Prior to .NET, the MsPersit provider permitted creating .xml files from either...
-
Um.. you are welcome to..
-
Oh, I see that it does after all. I have no problem with persisted XML Recordsets, but could use some help clarifying a query for an xsd schema. I would like to post a sample xsd and querystring w/output. Stan
-
Can LogParser handle thgese types of input? Stan
-
I need some help getting the right info out af the metabase It has to look the original IIS http://www.fumle.com/IIS.JPG But i need the Homedir, Logdir, but i cant the info in the way i want it. When i do it, it gets look like this http://www.fumle.com/Metabase.JPG but i want it en equal rows, how to...
-
:/ Now that I see more of what you are trying to do, I have to go back to my original statement that LP isn't well designed for this type of XML input. However, you can easily use a straight XSL solution to get the output you are looking for. Here is an example XSL that you can invoke using msxsl: msxsl...
-
Select / HDR / USR_ID / @v AS UserID , / HDR / WK_STATION_ID / @v AS WorkStationID , / HDR / TRANS_ID / @v AS TransID , / HDR / FETCH_DTM / @v AS DateTime from c:\Audit_Log\AUDIT_02242003_07 . xml where / HDR / ONLINE_PROG_ID / @v = 'AU0001N' (12 rows affected) Query time : 00:00:01.4110379 Display time...
-
can't tell you without the query you used and maybe some longer sample data.
-
[QUOTE User="LogParser User : VBProEd"]Quote: I'm very happy to hear you were able to figure out a query that gives you the data you need. Just so you know, the @ symbol is actually an indicator that the word after it (v in this case) is an attri...[/QUOTE] Maybe I responded too quickly. When I selected...