Results 1 to 19 of 19

Thread: [RESOLVED] Where did my XML go?

  1. #1

    Thread Starter
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Resolved [RESOLVED] Where did my XML go?

    Hey,

    I have just added an FAQ to the FAQ Forum, but looking at it now, I don't seem to see the XML that I put between the CODE tags.

    http://www.vbforums.com/showthread.php?t=595883

    Any idea what is going on?

    Thanks

    Gary

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Where did my XML go?

    OK... that's weird... because you can select "something" in those code blocks... but they appear to be spaces or something... because when I then copy and paste it into note pad, I get nothing.

    When you edit the post, does the XML then show up?

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Where did my XML go?

    Hey,

    Yeah, I actually just checked that, and when I go to edit the post, I can see the XML.

    I have done this a number of times in normal forums, and this hasn't caused a problem. The only difference I can see is that this forum allows full html markup, but I have chosen to not use this. Should I? And construct the post differently?

    Gary

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Where did my XML go?

    Beats me... this is the first time I've seen XML code go sideways.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5

    Thread Starter
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Where did my XML go?

    Hmmm, not what I was hoping to hear

    I will wait and see if anyone knows anything, otherwise, I will try editing the post to use html markup instead, and see if that works.

    Thanks

    Gary

  6. #6

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Where did my XML go?

    would [highlight=xml] work? or what about the noparse tag?

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  8. #8

    Thread Starter
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Where did my XML go?

    Quote Originally Posted by MartinLiss View Post
    If you change form [CODE] tags to [Highlight=vb.net] tags (as I did for you in the last block of your post) it works sort of okay.
    Ah, ok, so there is a work around, however, the below is a direct copy of the first xml CODE block, and it works fine in regular forum:

    Code:
    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
    Gary

  9. #9
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Where did my XML go?

    It is due to HTML being enabled in that forum... and unfortunately NoParse doesn't help.

    [highlight=xml] (or something similar, perhaps HTML) is likely to work.

  10. #10

    Thread Starter
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Where did my XML go?

    Hey,

    Ok, I thought that is what it would come down to. I will refactor the post later tonight if I get a second.

    Thanks

    Gary

  11. #11
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [RESOLVED] Where did my XML go?

    I see all the code that was posted correctly and can paste it into note pad++. I don't know maybe Marty or Si changed it before I posted!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  12. #12
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: [RESOLVED] Where did my XML go?

    Quote Originally Posted by Nightwalker83 View Post
    I see all the code that was posted correctly and can paste it into note pad++. I don't know maybe Marty or Si changed it before I posted!
    Nope, according to the Last edited by tag gep13 did it.

  13. #13

    Thread Starter
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] Where did my XML go?

    Quote Originally Posted by MartinLiss View Post
    Nope, according to the Last edited by tag gep13 did it.
    Yip, I edited it last night, but still not 100% happy with it. I was playing with CSAH:

    http://copysourceashtml.codeplex.com/

    To try and get a nicer looking post, since you have full HTML markup available in that thread. It works really well, but it generates a lot of characters, so I am going to have to split the post over multiple ones, so just trying to work out the best way of doing it.

    Gary

  14. #14
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: [RESOLVED] Where did my XML go?

    Gary,
    Have you tried using this formatter?

    I copied the XML from your post and formatted it.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  15. #15

    Thread Starter
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] Where did my XML go?

    Interesting!!

    I had read about this converter in the WPF/Silverlight forums, but I never thought to use it. The resulting output might well be shorter than the HTML that is currently being rendered. I will give this a try.

    Thanks

    Gary

  16. #16
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: [RESOLVED] Where did my XML go?

    Well you should!

    Since I built it I am aware that there are one or too niggles in it but its about 98&#37; correct for most XML based languages!

  17. #17

    Thread Starter
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] Where did my XML go?

    Hey,

    Haven't had a chance to look at it yet, but I certainly will

    Gary

  18. #18
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: [RESOLVED] Where did my XML go?

    Sorry to be late to the party, but for future reference, use &lt; to escape the < symbol in the FAQ forum.

  19. #19

    Thread Starter
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] Where did my XML go?

    Hey,

    Thanks for that, good to know!

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width