Jump to content

adjusting position and/or order with css


severndigital

Recommended Posts

I have an XML file that comes to me like this...

 

   <book id="bk101">
      <author>Gambardella, Matthew</author>
      <bktitle>XML Developer's Guide</bktitle>
      <genre>Computer</genre>
      <price>44.95</price>
      <publish_date>2000-10-01</publish_date>
      <description>An in-depth look at creating applications 
      with XML.</description>
   </book>

 

I would like to position the book title first and the author underneath it.

 

is it possible to do so, without having the xml regenerated?

 

Thanks,

Link to comment
https://forums.phpfreaks.com/topic/154348-adjusting-position-andor-order-with-css/
Share on other sites

Depends on what you're talking about.

 

If you're having anything parse it, or using XSLT to show it, you should be able to manipulate it anyway you want without having to touch the file.  Please be more specific with what you're positioning and where.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.